Skip to content

1aozhang/deno_paste

 
 

Repository files navigation

Deno Paste

A minimal plain text storage service built using Deno, Fresh, twind and Supabase.

Quickstart

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

About

A minimal plain text storage service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • Shell 3.2%