Skip to content

matthewlynch/roadtofreeme

Repository files navigation

Roadtofree.me

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?

Development

Clone and install project dependencies

git clone [email protected]: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

Contributing

Coming soon!