Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 196 Bytes

development.md

File metadata and controls

22 lines (15 loc) · 196 Bytes

Development

Setup

Install dependencies

yarn install

Run the development server

yarn dev

Run the production server

yarn build
yarn start