A CMS for the Spectator website built in React and Typescript. The editor utilizes ProseMirror to enable rich multimedia content.
- Clone the repository
$ git clone https://github.com/stuyspec/cms.git
- In the
cmsfolder, run
npm install
- Run the application
npm start
- 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




