| name | slug | description | framework | useCase | css | database | relatedTemplates | |||
|---|---|---|---|---|---|---|---|---|---|---|
Vercel Postgres + Prisma Next.js Starter |
postgres-prisma |
用Next.js14+Prisma+PostgreSQL+Rust的全栈Solana web3项目demo |
Next.js |
Starter |
daisyUI + Tailwind |
Vercel Postgres |
|
Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.
Once that's done, copy the .env.example file in this directory to .env.development.local (which will be ignored by Git):
cp .env.example .env.development.localThen open .env.development.local and set the environment variables to match the ones in your Vercel Storage Dashboard.
Next, run Next.js in development mode:
ni devDeploy it to the cloud with Vercel (Documentation).