This is a Next.js project bootstrapped with create-next-app
.
Follow the step by step installation procedure to install and run this on your machine.
Make sure you have node installed in your device.
NodeJs
: Install Nodejs from here
- Clone the repo
git clone https://github.com/mapqator/mapqator.github.io.git
- If you don't have git installed in your device then download zip
- After installation or download go to the repository and open command line.
- Install NPM packages
npm install
- Ensure backend is configured and running correctly on "http://localhost:5000" (note the port number)
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!
Add or edit files in the src/tools
and src/mapServices
directories.