This is Sylvie Samson's Vue.JS-based website. It takes advantage of Vuetify's components library and run on Netlify.
You can see the build status down below.
Install all the NPM dependencies
npm install
Decrypt the environment variables using the given password
npm run unlock [PASSWORD]
Encrypt the environment variables using the given password
npm run lock [PASSWORD]
Run in development mode
npm run serve
Compile for production mode
npm run build
Attempt to auto-format all the files
npm run lint