Skip to content

NayanTheSpaceGuy/nayanpatil.space

Repository files navigation

nayanpatil.space

NayanTheSpaceGuy's personal website.

License

Tech Stack

Go Echo Templ Htmx Tailwind

and more...

Table of Contents

Important Documents

Please refer to the following documents for additional information:

  • LEGAL.md: Detailed licensing information and copyright notices for the project and its components.
  • CREDITS.md: Comprehensive list of contributors, third-party resources, and acknowledgments for the project.

Contributors and users are encouraged to review these documents thoroughly.

Building the source

Dependencies

Arch-based (Manjaro / EndeavourOS / ... ):

pacman -S go

Installation

git clone https://github.com/NayanTheSpaceGuy/nayanpatil.space.git
cd nayanpatil.space

Building

make build

Running

make run

This uses the default port 42069. To specify a custom port:

SERVER_PORT=<VALUE> make run

For live reloading during development:

make watch

Or with a custom port:

SERVER_PORT=<VALUE> make watch

Options:

  • SERVER_PORT — Custom port number (default: 42069)

Miscellaneous

Other makefile usage instructions

Run all make commands with clean tests

make all build

Run the test suite

make test

Clean up binary from the last build

make clean

Connect & Support

GitHub

Star this repo if you find it useful! 🌟

License Last Commit Repo Size