An open API service indexing awesome lists of open source software.

https://github.com/saadjs/tinyfy-urls

URL Shortener built using Deno, Hono, Psql, JSX, and SimpleCSS.
https://github.com/saadjs/tinyfy-urls

Last synced: 4 days ago
JSON representation

URL Shortener built using Deno, Hono, Psql, JSX, and SimpleCSS.

Awesome Lists containing this project

README

          

# Local Setup

1. Add `PG_URL` to `.env`

cp .env.example .env

2. Start dev server

deno task dev

# Deploy to staging

0. Install `deployctl`

deno install -Arf jsr:@deno/deployctl

1. Deploy to staging

deno task deploy:staging