The API Server for Deflecting Drones. Running on Deno.
Coming soon!
First, create a .env
file in the root directory and add the following contents to it:
SUPABASE_KEY=<your supabase key>
SUPABASE_URL=<your supabase url>
SUPABASE_TOKEN=<your supabase token>
ENVIRONMENT=dev
Then, start a local development server with:
$ deno task start