1
0
Fork 0
My Nest homepage! https://yc.hackclub.app
Find a file
yc fa7787f22f
📝 Add basic building instructions to README.
Signed-off-by: yc <yc@hackclub.app>
2024-04-29 09:18:45 +00:00
cgi Add /date. 2024-04-29 09:16:19 +00:00
Makefile 🔨 Heavily improve Makefile + Add 'install' target. 2024-04-29 09:17:12 +00:00
README.md 📝 Add basic building instructions to README. 2024-04-29 09:18:45 +00:00

yc.hackclub.app

My Nest homepage!

Building

Standard Make invocations to build and install.

  • make
  • make install

And then to clean everything.

  • make clean

It installs CGI scripts to ~/cgi by default (make install PREFIX=/where/you/want/to/keep/it).

I'm using Caddy as a reverse-proxy using the @aksdb/caddy-cgi plugin on GitHub.