A minimal plain text storage service built using Deno, Fresh, twind and Supabase.
Set up your .env with Supabase credentials:
cp .env.example .env
Create a Supabase project:
- Navigate to https://app.supabase.com/
- Create a New Project
- Enter project details and launch
- Copy the URL and api key and save them to
.env
Then start the server:
deno task start
