As I personally tend to forget the following, here are some small development docs.
- Install dependencies via
npm install
- Add SANITY credentials to
.env
fileSANITY_TOKEN=<Your Token>
- Access can be granted through the sanity web ui:
Run npm run develop
, that's it. Access the page on http://localhost:8000/at/
In case of some caching problems you can run npm run clean
.