A live preview markdown editor with firebase integration.
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.
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.
Requierments
- NodeJS && NPM
- A webbrowser with JavaScript enabled
- Clone the repo
./bin/setup
npm run app
or./bin/start
- http://localhost:8080
- Clone the repo
npm install
npm run deploy
open dist/index.html
- Clone the repo
./bin/gh-pages
- Clone the repo
npm install
npm run deploy-viewer
cd electron
npm install
npm run electron