Skip to content

nextgis/pastandnow

Repository files navigation

oralhistory

Устная память

Demo: https://nextgis.ru/demo/oralhistory/dist/

Production: https://pastandnow.ru

Install

# clone repo with ssh
git clone [email protected]:nextgis/oralhistory.git
# use https
git clone https://github.com/nextgis/oralhistory.git

git submodule update --init
yarn install

Dev

# to run dev server
yarn start
# to build dist with with sourcemap and not minified
yarn run dev
# to start watching changes for updating dist folder
yarn run watch

To add new comoponents, you can use a command line tool called vue-ts-cli

npm install -g vue-ts-cli
vt g components/Foo

For more help/guidelines, check README in vue-ts-cli

Build

yarn run prod

Comments

Development

Docker instruction

docker-compose -f ./comments/docker-compose.yml up

Docker

npm run docker
docker run -it -p 8080:80 --rm --name pastandnow registry.nextgis.com/pastandnow:latest