Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 701 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 701 Bytes

xavier maso's website

"builds.sr.ht status"

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