Link shortener.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- Login with turso cli on your machine if you haven't yet
- run
turso dev --db-file local.db
, complete explanation on https://docs.turso.tech/local-development - connect local development url to app by write it on .env file .Follow the env_example for .env file
- run pnpm run db:migrate to migrate , check scripts on package.json