A Prismic slice library featuring some of the components used to build the Prismic developer documentation. The project is built with Next.js and Slice Machine and was created for the Prismic #SliceContest.
Here are some of the available slices in this library:
Check out the live Storybook demo of these slices.
- 📣 Contest Announcement Blog Post, check rules and additional information there!
- 🌐 Contest Forum Section, get help and share feedback here~
- 🔪 Slice Machine Documentation, to learn more about Slice Machine
- 📖 Prismic React Documentation, to learn more about Prismic with React
Here's how to get started using this project.
Start by downloading the project and opening a terminal at the root of the project files. Run the following command to install the project dependencies.
npm install
To launch the Storybook slice documentation, run the following command.
npm run storybook
This will launch Storybook on port 8888
.
To launch the site and see a demo page, run the following command.
npm run next:dev
This will launch the site on port 3000
and display an example page.