Comment on page
Getting Started
An introduction on how to get started with the Map Template project. Read the guide or watch our web developer Andreea implement it live!
Node version
Using a terminal/shell in the project folder, run the following commands:
- Clone the repository to your development environment. You can use
SSH
orHTTPS
to clone the repository, depending on which one you are more familiar with.
git clone https://github.com/MapsPeople/web-ui.git
- Inside the project folder root, install all dependencies and build with Lerna:
npm install && npx lerna run build
- Move to the
packages/map-template
directory and run the app:
npm run start
Rename
.env.example
, to .env
and add either of the keys (or both) to that file, and the maps will load properly.Last modified 1mo ago