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
2023-05-24 16:49:03 +02:00
netlify/functions/serverless Remove serverless 5min cache for the launch at least 2023-03-02 12:32:25 +01:00
src Fix meta description syntax 2023-03-03 19:30:59 +01:00
static Add og/twitter card 2023-03-02 09:24:12 +01:00
.browserslistrc init 2023-03-01 19:47:59 +01:00
.editorconfig Complete editorconfig for JSON 2023-03-01 20:39:52 +01:00
.eleventy.js bind real api 2023-03-02 09:36:00 +01:00
.gitignore add wip serverless support 2023-03-02 07:22:00 +01:00
.stylelintrc.json Add style linter 2023-03-01 20:47:11 +01:00
LICENSE Add project's description in readme + license 2023-05-24 16:49:03 +02:00
netlify.toml fix serverless 2023-03-02 07:28:53 +01:00
package-lock.json downgrade node-fetch version for cjs support 2023-03-02 10:29:53 +01:00
package.json downgrade node-fetch version for cjs support 2023-03-02 10:29:53 +01:00
README.md Add project's description in readme + license 2023-05-24 16:49:03 +02:00
screenshot.png Add project's description in readme + license 2023-05-24 16:49:03 +02:00

Compteur de grève

This project had as goal to offer an independent platform to count the partitipation during the French strike of March 7th of 2023, against Macron's pension reform (destruction).

We designed this website in a weekend and coded it in a night, so please be indulgent with the result. We did the best in the time we had to make it as accessible as possible. The result isn't as perfect as we would have wished. But heh, days only have 24 hours.

website screenshot

API source code have it's own repository, also available on Github. Thank you Salomé for your collaboration!

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

License