| name | slug | description | framework | useCase | css | database | demoUrl | relatedTemplates | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Salon |
salon |
Simple Next.js site that uses Vercel Postgres as the database. |
Next.js |
Demo |
Tailwind |
Vercel Postgres |
|
Simple Next.js site that uses Vercel Postgres as the database.
Once that's cloned, copy the .env.example file in this directory to .env.local (which will be ignored by Git):
cp .env.example .env.localThen open .env.local and set the environment variables to match the ones in your Vercel Storage Dashboard.
Next, run Next.js in development mode:
pnpm dev