Устная память
Demo: https://nextgis.ru/demo/oralhistory/dist/
Production: https://pastandnow.ru
# clone repo with ssh
git clone git@github.com:nextgis/oralhistory.git
# use https
git clone https://github.com/nextgis/oralhistory.git
git submodule update --init
yarn install
# 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
yarn run prod
Docker instruction
docker-compose -f ./comments/docker-compose.yml up
npm run docker
docker run -it -p 8080:80 --rm --name pastandnow registry.nextgis.com/pastandnow:latest