Skip to content

First Shareable version

Compare
Choose a tag to compare
@chamois-d-or chamois-d-or released this 27 Sep 13:39
· 95 commits to main since this release

Prismic Solution Engineering Team :)

Running this project on your laptop

Make sure you are running a NodeJS recent version

Download and extract the zip/tar file in the folder you want the project in
type in terminal (in your folder) : npm install
type in terminal (in your folder) : npm update
add you repo name to the prismic in sm.json in your folder
Launch slice machine (in your folder) : prismic sm --develop
Push all custom types to prismic in the slice machine localhost:9999
Add your content through the prismic UI
Launch your website with (in your folder) : npm run dev