Want to see an example of a multi-page website using Prismic and Next.js? Look no further! This project provides all the code you need for a personal website with a homepage, information pages, and navigation.
- Demo: Open live demo
- Learn more about Prismic and Next.js: Prismic Next.js Documentation
To start a new project using this starter, run the following commands in your terminal:
npx degit prismicio-community/nextjs-starter-prismic-multi-page your-project-name
cd your-project-name
npx @slicemachine/init
The commands will do the following:
- Start a new Next.js project using this starter.
- Ask you to log in to Prismic or create an account.
- Create a new Prismic content repository with sample content.
When you're ready to start your project, run the following command:
npm run dev
To learn how to work with your new project, see this starter's docs.
To learn more about working with Prismic, see the Prismic docs.
Copyright 2013-2022 Prismic <[email protected]> (https://prismic.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.