- Markdown support
- Code support
- Image support
- Math symbols and formulas
- Emoji chat
npm install
In the project directory, you can run the app in the development mode:
npm start
npm test
Launches the test runner in the interactive watch mode.
npm build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
npm run docker-build
npm run docker-run
Or
docker build --rm -t markdown-editor .
docker run --rm -p 3000:3000 --name markdown-app markdown-editor
Open http://localhost:3000 to view it in the browser.
Pull requests are welcome.