Enjoy your keid by saving your files and easily monitoring your buckets
Found it useful? Want more updates?
Show your support by giving a ⭐
🎉 Now Lastest version Keid v0.0.3 🎉
- Make unlimited uploads
- Share your buckets and files with your friends
- We provide two providers cloud.Each cloud provider use different names for the same concept.
CloudStore | AWS | Backblaze |
---|---|---|
Object | Object | File |
Container | Bucket | Bucket |
You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:
git clone https://github.com/HeavenH/keid.git
Install dependencies
yarn install
Create your enviroment variables based on the examples of .env.example
cp .env.example .env
After copying the examples, make sure to fill the variables with new values.
Run the following command in order to start the application in a development environment:
It's important to mention that this application is only available for android.
// Install the application in a android device
react-native run-android
// Start the application
yarn start
Feel free to file a new issue with a respective title and description on the the Keid Mobile repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.