Building and deploying
This site runs on Nuxt.js and uses Vue.js engine. This site is a purely static site that does not require any node backend when being built. But does use node to build and npm packages to run the site.
Initial Setup
Pull this site form git
Run $npm run install
To run this site locally
Run $npm run dev
This will create a dev environment of the site, with auto reload and is the best way to interact with the site when developing locally.
To compile to a static site
Run $npm run generate
Code will be outputted to .output/public