This is Halo Lab demo project, built with Next.js, Prismic CMS and Slice Machine.
Demo: https://prismic-sm-demo.staging.halo-lab.team/
Clone project:
git clone git@github.com:Halo-Lab/prismic-sm-demo.git
Install dependencies and run development server:
make dev
Open http://localhost:3000. Make neccesary changes, then check them on production server:
make start
If you want just to check build, run:
make build
Push changes to remote repository.
You can start Prismic Slice machine:
make sm
Have a fun!