First, install the dependencies using yarn
yarn
Then, run the development server:
yarn dev
The site is then presented on: http://localhost:3000
To modify the dynamically loaded data through sanity go to: http://localhost:3000/studio
If you update or create any sanity schemas make sure to update the types:
yarn sanity:typegen
Dont create types based on schemas yourself, instead use the ones generated by this to avoid making wrong types.
We would love your contributions. To find out how to, read our CONTRIBUTING.md