a rich text editor for mapzen styleguide, exporting to markdown. this is an experiment.
- clone this repo.
- inside this repo, type
npm install
- assuming that's okay, then type
npm start
- go to http://localhost:3001/ in your browser
- there is no reason why this needs to be a webpack server, let's not do that
- lots of work in the react-rte project
- images?
- other special components like custom demos?
- import markdown back in for editing
- full page previews
- blog post metadata
- embeddable thing for styleguide
- thanks to react-webpack-boilerplate by Søren Brokær for boilerplate
- see also Draft.js and react-rte