QPC-github / etalab-website

Etalab's new website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏗 This is a work in progress.

Code source of www.etalab.gouv.fr

This is a new implementation of the Etalab's website.

Figma

Docker

docker build -t etalab-website .
docker run -p 3000:3000 etalab-website

Deployment

While it's being worked on the website is deployed at this url: https://etalab.tsafe.dev
It will eventually be live at https://etalab.gouv.fr

The website is currently deployed on the sspcloud.
You can find here the Helm chart that package this website.
The GitOps repo that monitor what we have in production, here at Etalab, on the SSPCloud is here (private repo).
There is a Docker image deployed as etalab/etalab-website on DockerHub.

To update production, update the package.json version number.

About

Etalab's new website


Languages

Language:TypeScript 79.2%Language:Dockerfile 15.8%Language:JavaScript 5.0%