Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 293 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 293 Bytes

Getting Started

Clone, install dependencies:

yarn install
# or
npm install

Run locally in dev mode:

yarn dev

Run locally in production mode:

yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.