Skip to content

stuyspec/cms

Repository files navigation

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
  1. In the cms folder, run
npm install
  1. Run the application
npm start
  1. 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