Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.02 KB

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

  1. Run npm install
  2. Run npm run build-dev (dev) or npm run build (production)

Development

  1. Load the test/index.html in your browser and you should see the editor displayed.

Authors

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