Skip to content

Pamplemousse/xaviermaso.com

Repository files navigation

xavier maso's website

Known Vulnerabilities

development

# 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

run the app

podman run \
  --name xaviermaso.com \
  -e NODE_ENV=production \
  -p 8080:8000 \
  pamplemousse/xaviermaso.com