mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
798 B
798 B
Preparing your Development Environment
Linux
sudo apt-get update
sudo apt-get install build-essential git
Install node.js 5.x and npm according to the node.js package manager installation instructions.
Clone a copy of the repo:
git clone https://github.com/mapillary/mapillary-js.git
Change to the mapillary-js directory and install node module dependencies:
cd mapillary-js
npm install
Serving the Debug Page
npm run gulp
Open the debug page at http://localhost:3000.
Running tests
npm run gulp test