Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 262 Bytes

File metadata and controls

22 lines (12 loc) · 262 Bytes

Available commands

Starting the app

First, run

yarn install

to get all necessary packages. After that, run

yarn start

Linting

To check linting, run

yarn lint

Building the app

To create an app build, run

yarn build