Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snehasishcodes/next-sanity-template
https://github.com/snehasishcodes/next-sanity-template
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snehasishcodes/next-sanity-template
- Owner: snehasishcodes
- Created: 2024-12-17T22:06:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T22:12:16.000Z (about 1 month ago)
- Last Synced: 2024-12-17T23:20:25.518Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://next-sanity-template-tau.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```