This is my personal website which I built after being convinced to buy my
name's domain name. Figured it shouldn't stay empty. Very basic, built it from
Bootstrap then expanded to using Flask Vue.js and
Firebase when I exceeded the scope of a static website
with my contact form. I moved from Flask to Vue.js and Firebase to explore
server-less deployments and because Firebase is a free hosting (or at least very cheap)
hosting solution which allows TLS hosting.
Replace the Firebase configuration in src/firebaseConfig.js
to your own
before use.
npm install
npm run serve
npm run build
npm run lint
npm run deploy