Skip to content

VuePress instance for the website Dusan’s Space

Notifications You must be signed in to change notification settings

dvuckovic/dvuckovic.github.io

Repository files navigation

dvuckovic.github.io

Build Status Powered by VuePress License

VuePress instance for the website Dusan’s Space.

Installation

Dependencies

npm install --no-save --legacy-peer-deps

Setup Environment

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:

Development Server

npm run serve

Linting

npm run lint

Production Server

npm start

Build for Production

npm run build

Serve Production Build

npx wrangler pages dev dist

Testing

npm test

Unit Tests

npm run test:unit

End-to-end Tests

npm run test:e2e

About

VuePress instance for the website Dusan’s Space

Resources

Stars

Watchers

Forks