stuyspec / cms

New CMS using React + Typescript.
MIT License
5 stars 10 forks source link
cms react

Content Management System

[license]()

A CMS for the Spectator website built in React and Typescript. The editor utilizes ProseMirror to enable rich multimedia content.

Setting Up

  1. Clone the repository
    $ git clone https://github.com/stuyspec/cms.git
  2. In the cms folder, run
    npm install
  3. Run the application
    npm start
  4. CMS won't work alone; you will also need to setup your own local stuyspec-api database

    React automatically hot reloads the code so it will take a few seconds to see your code reflect in the build

Interface

Article/Draft Screen

article homepage

Article Editor

article editor

Graph Editor

bar chart editor

Image/Slideshow Editor

image creation

User Creation

user page