This project is a custom build of CKEditor 5, tailored specifically for the needs of Wayne State University.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js 18.0.0+
- npm 5.7.1+ (note: some npm 5+ versions were known to cause problems, especially with deduplicating packages; upgrade npm when in doubt)
- Git
- Run
npm install
- Run
npm run build-dev
(dev) ornpm run build
(production)
- Load the
test/index.html
in your browser and you should see the editor displayed.
- Chris Pelzer - Initial work - chrispelzer
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details