Skip to content

OMoukoko/archifiltre-site

 
 

Repository files navigation

Archifiltre site

This is the Archifiltre website, used to share news and download the application. It's powered by gatsby.

🚀 Quick start

  1. Install dependencies

    We use yarn as a dependencies manager.

    yarn
  2. Start developing.

    yarn dev

    Site is now running on http://localhost:8000

  3. Testing production build

    yarn build && yarn serve

    Production build is now running on http://localhost:9000

  4. Check all linters using

    yarn lint

    Will execute Prettier, Eslint and Typescript checking

All the commands are in your package.json > scripts.

Deployment

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 !

Packages

No packages published

Languages

  • TypeScript 97.2%
  • JavaScript 2.1%
  • Other 0.7%