issues
search
rbi-learning
/
Today-I-Learned
1
stars
0
forks
source link
08/18 TIL
#156
Open
AlexandraCaplan
opened
4 years ago
AlexandraCaplan
commented
4 years ago
Today we learned about Sanity, a content management system
In sanity there are different stages: development, qa, staging and production
Sanity has a simpler user interface, which allows members to work in staging, and then the engineers push to production once a week
To start sanity: yarn global add @sanity/cli sanity init
Sanity uses graphQL - which is not a resting api