Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 550 Bytes

This is an example application using NextJS and prismic.

Getting Started

First, install dependencies:

npm install

You can then run the development server:

npm run dev

You can then run the application locally at http://localhost:3000

Running Prismic Slice Machine

Make sure you have installed dependencies above. You can then run slice machine with the following command:

npm run slicemachine

You can then run slice machine at http://localhost:9999