https://github.com/stuyspec/cms
New CMS using React + Typescript.
https://github.com/stuyspec/cms
cms react
Last synced: 3 months ago
JSON representation
New CMS using React + Typescript.
- Host: GitHub
- URL: https://github.com/stuyspec/cms
- Owner: stuyspec
- License: mit
- Created: 2018-12-22T02:06:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:59:37.000Z (over 2 years ago)
- Last Synced: 2025-03-25T08:42:43.046Z (4 months ago)
- Topics: cms, react
- Language: TypeScript
- Size: 6.04 MB
- Stars: 5
- Watchers: 9
- Forks: 10
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content Management System
[]()A CMS for the [Spectator website](https://stuyspec.com) built in [React](https://github.com/facebook/react) and [Typescript](https://www.typescriptlang.org/). The editor utilizes [ProseMirror](https://prosemirror.net/) 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](https://github.com/stuyspec/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 Editor

### Graph Editor

### Image/Slideshow Editor

## User Creation
