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

orbiting/cms-draft

Repository files navigation

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