Skip to content

arbre-app/arbre.app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

arbre.app

Deploy

Source code of the website arbre.app.

Development

The installation works as follows:

  1. npm install to fetch and install the dependencies
  2. npm run build-dependency to build insee-deces-front locally (the package is not published)
  3. npm run favicons to generate the various favicons formats
  4. npm run legacy to unpack the legacy static files

Then:

  • npm start to launch the local (gatsby) development server, with hot reloading
  • npm run test:develop to start the interactive Cypress end-to-end testing environment
  • npm run build to create a production ready bundle in public/
  • npm run test:build to run the end-to-end tests against the production bundle