EPSI Project - Expert System
npm install
npm run dev
Then, go to localhost:3000
make
make up
Then, go to localhost:3000
With Cypress console opened :
npm run cypress
With a node server already running :
npm test
Without a node server already running :
npm run run-test
This project use StandardJS as linter with a pre-commit hook.
To configure text editor, see this link.
To run linter : npm run lint
To run linter with auto-fix : npm run lint-fix
TODO, see what's done with this repository, it's will be quite the same
circleci config validate -c .circleci/config.yml
circleci build