gumroad / shortest

https://shortest-seven.vercel.app
MIT License
50 stars 6 forks source link

Shortest

shortest.com

Getting started

npm install -g pnpm
pnpm install
pnpm drizzle-kit generate
pnpm db:migrate
pnpm db:seed # creates stripe products, currently unused

Run vercel env pull .env.development.local to make the latest environment variables available to your project locally.

Running locally

Once you have set up the environment variables and installed dependencies, run the development server:

pnpm dev

Open http://localhost:3000 in your browser to see the app in action.

Running tests

To run specs:

pnpm vitest