Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkgthb/web-site-sanity-01-movable
- Owner: kkgthb
- Created: 2020-10-26T22:51:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:41:21.000Z (about 2 months ago)
- Last Synced: 2024-11-03T15:26:44.619Z (about 2 months ago)
- Topics: drag-and-drop, sanity, sanity-io
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```