dorokei / your-own-cloud

Build your own cloud.
MIT License
0 stars 0 forks source link

Install

Clone the repo and install dependencies:

git clone git@github.com:dorokei/your-own-cloud.git
cd your-own-cloud
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

electron-react-boilerplate Docs

See our docs and guides here