This is the Archifiltre product suit website, used to share news and download the application. It's powered by gatsby.
-
Install dependencies
We use yarn as a dependencies manager.
yarn
-
Start developing.
yarn dev
Site is now running on
http://localhost:8000
-
Testing production build
yarn build && yarn serve
Production build is now running on
http://localhost:9000
-
Check all linters using
yarn lint
Will execute Prettier, Eslint and Typescript checking
All the commands are in your package.json > scripts
.
Deployment is automated using @socialgouv gitlab-ci pipelines.
Pull requests are deployed on a kubernetes cluster and a test link is posted on the PR.
Every code merged onto master is automatically deployed to production, so be careful !