Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (29 loc) · 1005 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 1005 Bytes

Archifiltre site

This is the Archifiltre product suit 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 !