Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 782 Bytes

Hygraph Microblog Starter Next

This is a demo that corresponds to this article about Hygraph pagination.

Getting Started

For the quickest start, use the button below to clone the Hygraph project with schemas and content.

Clone project

For a slightly slower start, you'll need a new Hygraph project with a post schema that has a slug and content field. content should be a Rich Text field.

To run the site locally run the following commands in your CLI.

npx degit [email protected]:hygraph/hygraph-next-microblog-starter.git

cd hygraph-next-microblog-starter && npm install