1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00
Independent participation counter for the french strike of March 7th 2023 against the pension reform(/destruction) https://compteur-de-greve.guerilla.studio
Find a file
Tixie 1210dde1d7 Move njk files to html extension
Because most of it is gonna be plain html, so better have html autocompletion
2023-03-01 20:19:57 +01:00
src Move njk files to html extension 2023-03-01 20:19:57 +01:00
.browserslistrc init 2023-03-01 19:47:59 +01:00
.editorconfig Complete editorconfig 2023-03-01 20:19:09 +01:00
.eleventy.js Move njk files to html extension 2023-03-01 20:19:57 +01:00
.gitignore init 2023-03-01 19:47:59 +01:00
package-lock.json init 2023-03-01 19:47:59 +01:00
package.json init 2023-03-01 19:47:59 +01:00
README.md init 2023-03-01 19:47:59 +01:00

Compteur de grève

Dev instructions

npm ci

Install build dependencies without impacting the package-lock file

npm run dev

Run 11ty with hot reload at localhost:1312 (port customizable in the package.json command) If needed more infos on https://www.11ty.dev/docs

npm run build

Production build