Open dnaqvi opened 4 years ago
Sanity is a robust CMS (content management system), allows you to push data to your site
Install with npm install -g @sanity/cli then sanity init
Schema: what is the shape of the data that you are going to put on this site? You will define it by writing the code for it
Running sanity docs in the terminal opens the documentation in the browser
Running sanity manage in the terminal gives you who can access it
Sanity is a robust CMS (content management system), allows you to push data to your site
Install with npm install -g @sanity/cli then sanity init
Schema: what is the shape of the data that you are going to put on this site? You will define it by writing the code for it
Running sanity docs in the terminal opens the documentation in the browser
Running sanity manage in the terminal gives you who can access it