This is the code for https://roadtofree.me Next.js site.
Content is hosted in a headless CMS called Sanity. Looking for the Sanity studio code?
Clone and install project dependencies
git clone git@github.com:matthewlynch/roadtofreeme.git
cd roadtofreeme
yarn
Copy the local environment file
cp .env.local-example .env.local
Update the variables in the file and run the site in development mode
yarn dev
Coming soon!