Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirajniroula/nextlab-two
https://github.com/nirajniroula/nextlab-two
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nirajniroula/nextlab-two
- Owner: nirajniroula
- License: apache-2.0
- Created: 2023-02-01T07:10:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T08:02:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T10:50:48.664Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://nextlab-two.vercel.app
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prismic + Next.js Crash Course
[Prismic][prismic] is a headless website builder. With a traditional CMS, you can manage a website's text and images. With Prismic, you can also manage website components — so teams can build their entire website with Prismic.
This repository should be used alongside [Prismic's Crash Course guide][prismic-crash-course].
[**View the Prismic + Next.js Crash Course**][prismic-crash-course]
## 🚀 Quick start
The fastest way to learn Prismic is with a hands-on demo.
```sh
npx degit https://github.com/prismicio-community/crash-course-next crash-course-next
cd crash-course-next
npx @slicemachine/init
```With these commands, you’ll get a fully-featured Prismic website to test out.
You’ll be asked to log in with a Prismic account and name a new Prismic content repository. Go ahead and name the repository anything you want.
Once the app is created, navigate into the app directory and start it up.
```sh
npm run dev
```You’ll be able to see the live site running at .
## Learn more
Continue learning about Prismic with the [Prismic + Next.js Crash Course][prismic-crash-course].
## 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-crash-course]: https://prismic.io/docs/technologies/nextjs-crash-course