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 gogit clone https://github.com/NayanTheSpaceGuy/nayanpatil.space.git
cd nayanpatil.spacemake buildmake runThis uses the default port 42069. To specify a custom port:
SERVER_PORT=<VALUE> make runFor live reloading during development:
make watchOr with a custom port:
SERVER_PORT=<VALUE> make watchOptions:
SERVER_PORT— Custom port number (default: 42069)
Run all make commands with clean tests
make all buildRun the test suite
make testClean up binary from the last build
make clean