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