Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.13 KB

Node.js CI

Participation

Web app for La Chouette Coop, bootstrapped with Create React App.

Poste accueil

Pour setter les valeur par défaut du login du poste accueil, sur site et sur le site, ouvrir les dev tools (F12) et taper dans la console :

localStorage.lcc_defaultLogin = "login_du_poste_accueil"
localStorage.lcc_defaultPassword = "mdp_du_poste_accueil"

Requirements

Setup

cp {example,}.env
yarn
  • yarn start: start development mode
  • yarn lint: check linting (TypeScript + Eslint + Prettier)
  • yarn build: make production bundle in the build folder
  • yarn test: start the test runner in the interactive watch mode
  • yarn eject: see documentation