Rodones Map Viewer is a polygon mesh map viwer with support of different controls. The software is built using threejs, nexus, lit.
- Clone the repository:
git clone https://github.com/rodones/map - Enter the repository folder:
cd map - Install dependencies:
yarn install - Start development server:
yarn start
yarn start: starts webpack development server.yarn build: creates development build.yarn build:prod: creates production build.yarn clean: cleans build folder.yarn lint: lints project using eslint.
Copyright (c) 2021, Rodones Mapping Project. See LICENSE file.