Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 632 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 632 Bytes

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 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

Contributing

Coming soon!