Built with 11ty, Alpine.js and Tailwind. Live here.
- Clone the repo
- Run
npm install
Run npm start
Run npm run build
There's also a nix flake.
To build the website: nix build
To build and serve the website built w/ nix: nix run
To run a hot-reloading dev server: nix run '.#dev'