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

https://github.com/thomaskn/portable-text-issue


https://github.com/thomaskn/portable-text-issue

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Hello World

Minimalist template of a Next.js website managed from Sanity.

![Studio Overview](./public/studio.png)

## 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
```