Skip to content

Releases: chamois-d-or/demo-sm-next-ecom

Second Iteration

13 Oct 14:58
Compare
Choose a tag to compare

Merging Mkt and Ecom projects
Adding slice folders to make it pretty
uniform personalization (use uniform dev Chrome Extension to play with it)
Some slices in the marketing folders are not finished and contain some hardcoded info, just so you know)

First Shareable version

28 Sep 08:28
Compare
Choose a tag to compare

fixing when menu created without any category assigned to it

First Shareable version

27 Sep 13:39
Compare
Choose a tag to compare

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

First release

21 Sep 11:03
Compare
Choose a tag to compare

Need to change the apiEndpoint and link it to your repo

{
"apiEndpoint": "https://demo-sm-next-ecom.cdn.prismic.io/api/v2",
"libraries": [
"@/slices"
],
"_latest": "0.1.0",
"storybook": "http://localhost:8888"
}