# Run the app locally
yarn run dev
The app includes an integration with Storybook. Storybook allows you visualize your components and work on them in a very iterative process. You can open the Storybook of Issues with:
yarn run storybook
Although you can use any editor, we strongly recommend Visual Studio Code. In case you use VSCode install the folling extensions that will make working with the project more pleasant:
- Editorconfig
- Jest
- React Snippets
💡 If you are using the
flow-for-vscode
plugin, make sure to disable theflowtype-errors/show-errors
eslint rule in the.eslintrc
by setting it to0