Source code of the website arbre.app.
The installation works as follows:
npm install
to fetch and install the dependenciesnpm run build-dependency
to buildinsee-deces-front
locally (the package is not published)npm run favicons
to generate the various favicons formatsnpm run legacy
to unpack the legacy static files
Then:
npm start
to launch the local (gatsby) development server, with hot reloadingnpm run test:develop
to start the interactive Cypress end-to-end testing environmentnpm run build
to create a production ready bundle inpublic/
npm run test:build
to run the end-to-end tests against the production bundle