Skip to content

Stable — application d’information sur la participation en entrée de Magasin

License

Notifications You must be signed in to change notification settings

lachouettecoop/participation

Repository files navigation

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