DISCLAIMER: This project is no longer being maintained
Share private files easily, without losing their ownership.
With Blockstack, you decide where your files are stored. Use the default storage (unlimited), or setup your own storage.
ruby
is available. Recommended version is 2.5.3
.node
is available. Recommended version is v12.3.0
.docker
and docker-compose
is available.Run containers
docker-compose up
Install ruby dependencies (for middleman):
bundle install
Install javascript dependencies:
yarn install
Start local server: (available at http://localhost:3000, ignore netlify's cli output)
npm run netlify-local
Open in browser:
http://localhost:3000
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Envelop is under MIT License.
Created by bloco.io and @joaodiogocosta.