Skip to content

Commit

Permalink
Merge pull request #10 from Rohitesh-Kumar-Jain/documentation
Browse files Browse the repository at this point in the history
Documentation for installation
  • Loading branch information
Rohitesh-Kumar-Jain authored Oct 19, 2022
2 parents 9363748 + 9e461fa commit 70576e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Running Application locally

0) Fork this repository, if you wish to contribute
1) Start by cloning the repository/your-fork
2) Open the project in Android Studio
3) Sign up for an [ArcGIS](https://developers.arcgis.com/sign-up/) account and get your own API key
4) Open local.properties file
5) put your key in the file like ``KEY=YOUR_API_KEY``
6) that's it, you are ready to go :P
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Visualize_Emergency_Areas
Prototype that allows users run simulations and visualize the results on a native android platfrom

## Installation
0) Fork this repository, if you wish to contribute
1) Start by cloning the repository/your-fork
2) Open the project in Android Studio
3) Sign up for an [ArcGIS](https://developers.arcgis.com/sign-up/) account and get your own API key
4) Open local.properties file
5) put your key in the file like ``KEY=YOUR_API_KEY``
6) that's it, you are ready to go :P

## Motivation
* The goal is to develop a prototype that allows users run simulations and visualize the results on a handy platform

Expand Down

0 comments on commit 70576e6

Please sign in to comment.