Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 223 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 223 Bytes

obb_backend

Project Setup

cp .env.example .env
yarn install

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn start