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
- Host: GitHub
- URL: https://github.com/galanggg/kesato-next-prismic
- Owner: galanggg
- Created: 2020-07-01T09:43:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:42:23.000Z (over 2 years ago)
- Last Synced: 2025-01-24T13:35:09.317Z (5 months ago)
- Topics: blog, headless-cms, nextjs, prismic, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://kesato-next-prismic.vercel.app
- Size: 3.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
### Mobile Version
### 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.