Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 890 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 890 Bytes

russia-history

This cartographic project contains historical geodata about the political boundaries of modern Russia from 1462-2018.

Web site

Installation

git clone https://github.com/nextgis/russia-history.git
cd ./russia-history
npm i
# build prod version
npm run prod
# start development server
npm start

Add submodule to simplify the development process

git submodule update --init
# get latest version on nextgis_frontend submodule
cd ./@nextgis
git checkout master
git pull origin master

In this case, the @nextgis libraries will be used from the submodule, not from the node_modules

Docker

docker build -t registry.nextgis.com/russia-history:latest

docker run -it -p 8080:8080 --rm --name russia-history registry.nextgis.com/russia-history:latest

docker push registry.nextgis.com/russia-history:latest