yarn install
- add
apiToken
tonuxt.config.ts
yarn dev
- open browser with
localhost:3030
- Editor Config: Editor Config: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
- Cypress: Add Cypress run suite
yarn cypress open
test without suiteyarn cypress run
- Link: Run
yarn lint
to lint your code, and optionayarn lintfix
to apply auto fix