Skip to content

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

Notifications You must be signed in to change notification settings

saadjs/tinyfy-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Setup

  1. Add PG_URL to .env

     cp .env.example .env
    
  2. Start dev server

     deno task dev
    

Deploy to staging

  1. Install deployctl

     deno install -Arf jsr:@deno/deployctl
    
  2. Deploy to staging

     deno task deploy:staging
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published