flupke_website/README.md

6 lines
162 B
Markdown

# 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`