Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 208 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 208 Bytes

Setting up

  1. set up .env
  2. install dependencies

Commands

start dev server

$ yarn dev

build production app

$ yarn build

start production server

$ yarn start