Check the Deno installation guide for the latest instructions.
The API is a separate project. Check the API README for instructions on setting up the API.
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
For production, include the env flag when deploying:
deployctl deploy --prod main.ts --env