/rte-editor

https://rte-editor.surge.sh

Primary LanguageJavaScriptMIT LicenseMIT

RTE Editor

PRs Welcome


Rich Text editor for cleaning up content for input to CMS wysiwyg editors.

Development

# Setup the correct node engine with nvm
nvm use

# Install dependencies
npm install

# Start dev server
npm start

# Deploy
git push
# github actions should handle the rest