/cms-draft

An Article CMS Prototype

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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