Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 661 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 661 Bytes

Project Setup

Install Deno

Check the Deno installation guide for the latest instructions.

Setup API

The API is a separate project. Check the API README for instructions on setting up the API.

Local Development

For local development, create a .env file in the project root:

APIBASE=your_api_base_here

Then run the following command to start the server:

deno task start

Deployment

For production, include the env flag when deploying:

deployctl deploy  --prod  main.ts --env