Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snehasishcodes/next-sanity-template


https://github.com/snehasishcodes/next-sanity-template

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js 15 + Sanity

### Features
- Next.js 15 - App Directory
- Sanity.IO Integration
- Embedded Sanity Studio (`/studio`)
- TypeScript
- Tailwind CSS
- shadcn/ui

### Add `.env.local`
Before running the project use:
```
NEXT_PUBLIC_SANITY_PROJECT_ID="your-sanity-project-id-here"
NEXT_PUBLIC_SANITY_DATASET="production"
```

### Start Next App (including Studio):
```
npm run dev
```