pull down the repo
git clone https://github.com/awesumsawz/TechRegular-Blog.git
Navigate to the root of the project (relative to where you ran the git clone
command)
cd TechRegular-Blog
Create and build out the .env.local
file with the two contentful access variables CONTENTFUL_SPACE_ID
& CONTENTFUL_ACCESS_KEY
Then install the dependencies and spin up the site
npm install
npm run dev