Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 412 Bytes

A CMS Prototype

A CMS powered by GitHub API, Next.js and Draft.js.

Read this blog post to learn more.

Development

You we'll need following environment variables:

SESSION_SECRET
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET

You can use a .env file in development.

Start the development server

npm install
npm run dev