This is my website that I work on every now and then.
- Clone this repo
- run
pnpm install -r
- run
pnpm i -g nodemon
because pnpm is stupid and doesnt like to inherit from parent node_modules - run
pnpm frontend_fancy:build:prod
(this is for /fancy) - run
pnpm run webserver:build
if running for prod - run
pnpm run webserver:start
orpnpm run webserver:dev
- https://localhost:8001 or https://localhost:8080
This project is licensed under the terms of the MIT license.