VuePress instance for the website back2string.art.
npm install --no-save --legacy-peer-deps
Create the .env
file in the root folder, and set the following variables:
GOOGLE_MAPS_API_KEY=<your_google_maps_javascript_api_key>
GOOGLE_ANALYTICS_ID=<your_google_analytics_id>
OBJECT2VR_PLAYER=<url_to_object2vr_player_lib>
Links:
npm run serve
npm run lint
npm start
npm run build
npm run dist
npm test
npm run test:unit
npm run test:e2e