A minimalistic URL shortener written in SvelteKit.
- Typescript
- SvelteKit 5
- Tailwindcss 3
- Sqlite3 / libSql
- Drizzle ORM
- Clone the repo
git clone [email protected]:Amtr4x/minilink.github
- Go to the repo folder and use PNPM to install the dependencies
pnpm install
- Create the DB using sqlite3
sqlite3 dbname.db < shortlink.sql
- Setup your .env file
DATABASE_URL=file:dbname.db
- Deploy it locally
pnpm run dev --open