# Personnal website
- start dev: `npx parcel src/index.html`
- build prod: `npx parcel build src/index.html`
- deploy: `npm ci; npx parcel build src/index.html`