cms-draft icon indicating copy to clipboard operation
cms-draft copied to clipboard

An Article CMS Prototype

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