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

https://github.com/galanggg/kesato-next-prismic

Create using NextJS, Tailwind and Prismic
https://github.com/galanggg/kesato-next-prismic

blog headless-cms nextjs prismic reactjs tailwindcss

Last synced: 3 months ago
JSON representation

Create using NextJS, Tailwind and Prismic

Awesome Lists containing this project

README

        

# Example Blog using Prismic + Next + Vercel Serverless guide

## Intern Project @Kesato

Follow along with the instructions in the Zeit guide to build a minimalist blog using Prismic as a CMS with Next.js deployed in Now as a serverless app.

### Install instructions
Use the Prismic CLI to copy the code and create the associated Prismic repository

```bash
yarn global add prismic-cli
prismic theme https://github.com/raulg/prismic-next-blog
```

### Desktop Version
![Image 1](screenshoot/1.png)

### Mobile Version
![Image 2](screenshoot/2.png)

### Finished example
If after following the guide all the way to the end you want to compare your project to a finished version, check out the `finished` branch for the completed code.