Espresso Drive is an application that allows easy file storing and sharing within your Aragon DAO. It is a decentralized alternative to apps like Google Drive and Dropbox.
To create a new DAO with the app installed, first make sure you have the latest Aragon CLI installed:
npm install -g @aragon/cli
Then run the following aragon command:
dao new --template drive-kit.open.aragonpm.eth --environment aragon:rinkeby
If you wish to contribute to this project, please check out the contributing file.
First install the npm packages:
npm install
Then start the devchain:
npm run devchain
Publish the ObjectACL and AragonComments apps:
npm run publish:object-acl
npm run publish:aragon-comments
You are now ready to start Drive:
npm run start