- powered by expressjs and elm
- running live at xaviermaso.com
# development environment is provided using `nix`
nix develop
# install dependencies
npm install
elm make
# run the app in dev mode
npm run dev
# build the front
npm run build
# syntax checking and formatting
npm run check
podman run \
--name xaviermaso.com \
-e NODE_ENV=production \
-p 8080:8000 \
pamplemousse/xaviermaso.com