Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 333 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (11 loc) · 333 Bytes

Development

Install dependencies

yarn install

Start dev server

yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build:

yarn build