| name | Salon | ||||
|---|---|---|---|---|---|
| slug | salon | ||||
| description | Simple Next.js site that uses Vercel Postgres as the database. | ||||
| framework | Next.js | ||||
| useCase | Demo | ||||
| css | Tailwind | ||||
| database | Vercel Postgres | ||||
| demoUrl | https://salon-kh.vercel.app/ | ||||
| relatedTemplates |
|
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