## Getting Started π¨βπ»
### Repo at a glance π
```
NimbleEdge/community.nimble.a
βββ CODE_OF_CONDUCT
βββ LICENCE
βββ README.md
βββ src
β βββ assets
β βββ components
β βββ hoc
β βββ redux
β βββ utils
β βββ index.js (main entry point)
βββ package.json
```
### Setup the repository to your local environment
1. **[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo)** the repository **[community.nimble.ai](https://github.com/NimbleEdge/community.nimbleedge.ai)**
2. **[Clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)** the forked repository, using
```
git clone https://github.com/{your-username}/community.nimbleedge.ai.git
```
### Running Locally
1. Clone the repository
2. Install packages and dependencies, using ```npm install``` or ```yarn install```
3. To run locally, use ```npm start``` or ```yarn start```
Visit **[http://localhost:3000](http:localhost:3000)** to view the app.
## Interested in contributing π―
1. **Star**, **fork** and **clone** the repo.
2. Push your features or changes in your fork repo.
3. Create a PR to **Nimble/community.nimble.ai**
> π¬ For further queries or information, please reach out to us on **[Discord](https://nimbleedge.ai/discord)**