Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

File metadata and controls

42 lines (27 loc) · 1.12 KB

Install project

Run npm install

Start development

Run npm start Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

To build project for production

Run npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

⚠️ You will need to run this command before deploying

Deployment

Two environments are currently hosted on an aws bucket : prod and next (for staging).

First you will need to install aws cli : msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi aws --version

Then connect to aws : add to C:\Users{USER}.aws aws_access_key_id=ACCESSKEY aws_secret_access_key=SECRETKEY

  1. Run for preprod deployment: make deploy-next
  2. Prod deployment make deploy-prod

You can check available buckets with : aws s3 ls --endpoint-url=https://s3.fr-par.scw.cloud --region=fr-par

Work History

From 20225 onwards, all commits numbers refer to this Trello Kanban : https://trello.com/b/H1JWtMh0/kanban-msg