This is a web application project that shows realtime map data collected of some cities in Accra. This project make use of bootstrap 4, font-awesome 5, Mapbox GL JS, Nextjs and Reactjs
# Open-Cities-Accra
Built with React, Nextjs, Mapbox,
This web application was developed as part of the Open Cities Accra project. The project sought to collect and curate up-to-date and accurate geospatial data in the following areas of interest in Accra: Akweteyman, Alajo, Alogboshie and Nima. This web application was developed as a data tool to help government agencies, institutions and other stakeholders working in the Disaster Risk Management field take data-driven decisions in their work. The maps display the following data - buildings, flood history and drainage.
## Quick Start
#### 1. Get the latest version
You can start by cloning the latest version of this project on your
local machine by running:
```shell
$ git clone
github.com OCA
$ cd OCA
```
#### 2. Create your Config variables
Create a .env file in the root directory of this project and provide the necessary config variables using .env.example as a guide
#### 3. Install all packages
This will install both run-time project dependencies and developer tools listed
in package.json file.
You can install all packages used in this project by running
```shell
$ npm install
```
#### 4. Run the application in development mode
You can start this application in development mode by running
```shell
$ npm run dev
```
#### 5. Run the application in production mode
You can prepare this application to be ready in production by running
```shell
$ npm run build
```
This command builds the app for production to the .next folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified.
Your app is ready to be deployed!
You can start the application by running
```shell
$ npm start
```
Visit live demo at Open-Cities-Accra