Pamplemousse / xaviermaso.com

My personnal website's code. Live at: https://www.xaviermaso.com/ .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personnal website's code. Live at: https://www.xaviermaso.com/ .


Languages

Language:Elm 63.2%Language:JavaScript 25.8%Language:SCSS 7.9%Language:Nix 1.4%Language:Dockerfile 1.2%Language:HTML 0.6%