This repo is the code for the kellnr.io webpage.
Enter the development shell with all required tools:
nix developThis provides all needed tools for development.
# Install dependencies
npm install
# Compile and Hot-Reload for Development
npm run dev
# Type-Check, Compile and Minify for Production
npm run buildEvery push to the main branch automatically triggers a deployment via GitHub Actions.
To manually deploy, use Nix:
nix run .#deploy -- YOUR_PASSWORD