My web site, based on Remix and Sanity.
Clone and install dependencies with npm, and start a local dev server with npm run dev.
The repo is split in two - a studio folder and a web folder. The studio folder contains all schema and plugin code for our CMS - Sanity. The web folder contains the Remix site that generates the web site.
Both the web site and CMS is deployed to Netlify whenever we merge to master.
If you have questions, please let me know in the issues. If you find a bug or a typo, feel free to submit a pull request!