Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremie-chauvel/prismic-lib
https://github.com/jeremie-chauvel/prismic-lib
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremie-chauvel/prismic-lib
- Owner: Jeremie-Chauvel
- License: apache-2.0
- Created: 2023-09-08T13:32:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T14:06:37.000Z (about 1 year ago)
- Last Synced: 2023-09-08T15:26:24.487Z (about 1 year ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prismic + Next.js Multi-Page Starter
Want to see an example of a multi-page website using [Prismic][prismic] and [Next.js][nextjs]? 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][live-demo]
- **Learn more about Prismic and Next.js**: [Prismic Next.js Documentation][prismic-docs]
## 🚀 Quick Start
To start a new project using this starter, run the following commands in your terminal:
```sh
npx degit prismicio-community/nextjs-starter-prismic-multi-page your-project-name
cd your-project-name
npx @slicemachine/init@latest
```The commands will do the following:
1. Start a new Next.js project using this starter.
2. Ask you to log in to Prismic or [create an account][prismic-sign-up].
3. Create a new Prismic content repository with sample content.When you're ready to start your project, run the following command:
```sh
npm run dev
```## Documentation
To learn how to work with your new project, [**see this starter's docs**][starter-docs].
To learn more about working with Prismic, [**see the Prismic docs**][prismic-docs].
## License
```
Copyright 2013-2022 Prismic (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 athttp://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.
```[prismic]: https://prismic.io/
[prismic-docs]: https://prismic.io/docs/technologies/nextjs
[prismic-sign-up]: https://prismic.io/dashboard/signup
[nextjs]: https://nextjs.org/
[starter-docs]: ./docs/README.md
[live-demo]: https://nextjs-starter-prismic-multi-page.vercel.app/