@waynestate/ckeditor5-wsu
v0.0.7
Published
Wayne State University CKEditor 5 Customized Classic Build
Downloads
17
Keywords
Readme
Custom CKEditor 5 Build for Wayne State University
This project is a custom build of CKEditor 5, tailored specifically for the needs of Wayne State University.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- 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
Installing
- Run
npm install
- Run
npm run build-dev
(dev) ornpm run build
(production)
Development
- Load the
test/index.html
in your browser and you should see the editor displayed.
Authors
- Chris Pelzer - Initial work - chrispelzer
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details