https://github.com/thomaskn/portable-text-issue
https://github.com/thomaskn/portable-text-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomaskn/portable-text-issue
- Owner: thomasKn
- Created: 2024-03-20T13:51:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:51:08.000Z (about 2 years ago)
- Last Synced: 2025-02-10T04:23:20.477Z (over 1 year ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World
Minimalist template of a Next.js website managed from Sanity.

## Running the project locally
```
npm run dev
```
## Set up
### 1. Set up the environment
Copy `.env.example` and fill it up with your Sanity project variables:
```
cp .env.example .env
```
Alternatively, if you're deploying on Vercel, run the following:
```
vercel link
vercel env pull .env
```
### 2. Install dependencies
```
npm i
```