Status: Tags: Links: Coding MOC
Sanity io
Principles
- Platform to store website content
Setup
- On react root folder:
|
|
npm i @sanity/client
Creating Schemas
- Create new exportable js file under schemas
- Import file in
schemas.js
, include in concat
Running
- Might need to solve ps1 cannot be loaded
- cd into right folder containing schemas
sanity start
References:
Created:: 2022-02-28 09:32