- clone repo
yarn
yarn dev
and go to url to see your changes- don't forget to create a branch for each feature and make pull-request, never push directly to master :)
- create a
cypress.env.json
file (see cypress.env.exemple) - run your projet (front-end and back-end) localy
yarn cypress open
yarn storybook
- got to localhost:6006
yarn lint
(oryarn lint:fix
to fix autofixable warnings/errors)- ESlint and Prettier extensions exist in most mainstream IDEs 🛂. You could format on save and/or display warning/error squiggly lines 〰️ without running the script.
- vscode-styled-components => Syntax highlighting and Intellisense completion for styled-components 🌈
- ESlint and Prettier extensions => See #Run linting