Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 294 Bytes

terrier.build

Development

First update schema.d.ts with

bun generate-schema

This expects the terrier-backend repository to be in the same parent directory.

Copy .env.example to .env and fill in the appropriate BASE_URL Then use turbo run dev to run the project.