Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.18 KB

MapQaTor Frontend

This is a Next.js project bootstrapped with create-next-app.

Project Setup

Follow the step by step installation procedure to install and run this on your machine.

Prerequisites

Make sure you have node installed in your device.

NodeJs: Install Nodejs from here

Installation

  1. Clone the repo
git clone https://github.com/mapqator/mapqator.github.io.git
  1. If you don't have git installed in your device then download zip
  2. After installation or download go to the repository and open command line.

Configuring

  1. Install NPM packages
npm install
  1. Ensure backend is configured and running correctly on "http://localhost:5000" (note the port number)

Run the project

Go to your favourite code editor and run

npm run dev

Open http://localhost:3000 with your browser to see the result.

You should find that the project is working!

Adding new Map APIs

Add or edit files in the src/tools and src/mapServices directories.