NayanTheSpaceGuy's personal website.
and more...
- Introduction
- Tech Stack
- Important Documents
- Building the source
- Running
- Miscellaneous
- Connect & Support
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.
Arch-based (Manjaro / EndeavourOS / ... ):
pacman -S go
git clone https://github.com/NayanTheSpaceGuy/nayanpatil.space.git
cd nayanpatil.space
make build
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)
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