-
Fork and clone the
dev
branch onto your local branch.https://github.com/oslabs-beta/Kuberneat.git
-
Install all the dependencies
npm install
-
Create
process.env
file at the root directoryroot ├─ process.env ├─ electron └─ src
-
Connect to NoSQL database in .env
mongoURI = "Your NoSQL URI string"
-
Ensure your cluster is running and then you can start the desktop application with:
npm run electron
For more information regarding how to contribute, please refer to the CONTRIBUTING.md guidelines from this repo.
-
Fork and clone the
dev
branch onto your local branch.https://github.com/oslabs-beta/Kuberneat.git
-
Create a new a feature branch
[your-name]/AWESOME-FEATURES
-
Install all the dependencies
npm install
-
Create
process.env
file at the root directoryroot ├─ process.env ├─ electron └─ src
-
Connect to NoSQL database in .env
mongoURI = "Your NoSQL URI string"
-
Please ensure you are following eslint conventions.
-
Please ensure to create tests for your feature and that it passes your test suite.
-
Please be detailed in your pull request.
- Harvey Li LinkedIn | GitHub
- Amy (Aimée) Nguyen LinkedIn | GitHub
- John Wroge LinkedIn | GitHub
- Ed Cho LinkedIn | GitHub