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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

467374b · Sep 1, 2023
Feb 20, 2022
Apr 22, 2021
Apr 22, 2021
Oct 25, 2021
Sep 1, 2023
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
Feb 22, 2023
Apr 22, 2021
Apr 22, 2021
Feb 22, 2023
Apr 22, 2021
Apr 22, 2021
Aug 6, 2023

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