Marked Down


A live preview markdown editor with firebase integration.

What can I do with it?

Write whatever you want! This README was written and previewed using this editor! I'm very open to pull requests for additional features and bugfixes.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/whatisinternet/marked_down. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Dev setup

Requierments

  1. Clone the repo
  2. ./bin/setup
  3. npm run app or ./bin/start
  4. http://localhost:8080
Deploy

  1. Clone the repo
  2. npm install
  3. npm run deploy
  4. open dist/index.html
GitHub pages

  1. Clone the repo
  2. ./bin/gh-pages
Dev Electron

  1. Clone the repo
  2. npm install
  3. npm run deploy-viewer
  4. cd electron
  5. npm install
  6. npm run electron