Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nirajniroula/nextlab-one


https://github.com/nirajniroula/nextlab-one

Last synced: 26 days ago
JSON representation

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 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.
```

[prismic]: https://prismic.io/
[prismic-crash-course]: https://prismic.io/docs/technologies/nextjs-crash-course