Skip to content

Latest commit

 

History

History

desktop

Desktop

Commands

# Run the app locally
yarn run dev

Storybook

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

Recommended VSCode addons

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 the flowtype-errors/show-errors eslint rule in the .eslintrc by setting it to 0

References