Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 618 Bytes

Prismic + Next.js Basic Blog

This is a demo blog website, for testing new prismic slicemachine features

 

Website screenshot

 

🚀 Quick Start

To run the project, run the following commands in your terminal:

git clone https://github.com/Jhezem/prismic-blog.git
npm run install
npm run dev

The commands will do the following:

  1. Clone the repository from github
  2. Install all the dependencies
  3. Run the project in development mode