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.gitInstall dependencies and run development server:
make devOpen http://localhost:3000. Make neccesary changes, then check them on production server:
make startIf you want just to check build, run:
make buildPush changes to remote repository.
You can start Prismic Slice machine:
make smHave a fun!