VuePress instance for the website Dusan’s Space.
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>
GA4_MEASUREMENT_ID=<your_google_analytics_4_measurement_id>
OBJECT2VR_PLAYER=<url_to_object2vr_player_lib>
RECAPTCHA_SITE_KEY=<your_recaptcha_site_key>
Links:
npm run serve
npm run lint
npm start
npm run build
npx wrangler pages dev dist
npm test
npm run test:unit
npm run test:e2e