luclu / swarm-markdown-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swarm Markdown Editor

Simple simplemde-markdown-editor bundled and hosted on swarm.

Demo at: http://swarm-gateways.net/bzz:/2e21c2915fd2d0e7f602c88f20b6000d380313fe0c816a848ae8bf52f4b218fd/

NOTE local content persistency for now. Content storage on swarm to come.

Development

Using Meteor:

cd app
meteor

Go to http://localhost:3000

Deployment

Using meteor-build-client>

npm install -g meteor-build-client

To bundle the app run and upload it to swarm run:

cd app
meteor-build-client ../build --path "/"
swarm --recursive --defaultpath dist/index.html up dist

About

License:MIT License


Languages

Language:JavaScript 64.8%Language:HTML 29.6%Language:CSS 5.6%