Promotional website for the course 3D Modeling & Printing within Artevelde University College Ghent
Built with:
- VueJS Framework
- Headless WordPress
The website is currently hosted at 3d.gdm.gent You can view the Augmented Reality model at Augmented Reality
Create a .env-file under the root of the project with the following contents:
VUE_APP_TITLE={your app title}
VUE_APP_API_URL={your URL to the hosted WordPress API (ex. https://3d.gdm.gent/wordpress/wp-json/wp/v2)}
VUE_APP_MAP_TOKEN={your MapBox map access token}
Under the root execute:
yarn install
Under the root execute:
yarn serve
Under the root execute:
yarn build
This command creates a directory dist under the client folder.
