This project aims to create a blog structure using Prismic CMS
npm i
cp .env.local.example .env.local
npm run dev
Open http://localhost:3000 with your browser to see the result.
The project uses Jest to run tests. Once the app is running use the command:
npm run test