rbi-learning / Today-I-Learned

1 stars 0 forks source link

Today I learned 08.18 #155

Open dnaqvi opened 4 years ago

dnaqvi commented 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