Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkgthb/web-site-sanity-01-movable

The files with which I set up Sanity Studio for editing a pseudo-WYSIWYG (drag and drop) index.html
https://github.com/kkgthb/web-site-sanity-01-movable

drag-and-drop sanity sanity-io

Last synced: about 1 month ago
JSON representation

The files with which I set up Sanity Studio for editing a pseudo-WYSIWYG (drag and drop) index.html

Awesome Lists containing this project

README

        

## Instructions to run locally

```
# .env
SANITY_STUDIO_PROJECT_ID="your_project_id"
SANITY_STUDIO_DATASET="your_dataset_name"
SANITY_STUDIO_HOST="your_studio_host_reference"
```

```powershell
npm install
```

```powershell
sanity dataset import ./data_samples/sample_landings.ndjson production --replace
```

```powershell
npm run dev
```