This is my website! Here is the front page. Previously it was a pretty "vanilla" website, using just jQuery for scripting, but now it is based on Nuxt 3/Vue. It uses Bulma for styling.
Make sure to install the dependencies:
# I just use npm
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.
To whatever degree the code in this project is considered my own, it is licensed under the Unlicense, effectively released into the public domain.
Some notes:
- This website was based off of Nuxt 3's starter template, which is licensed under the MIT license.
- Some images used on the website are not my own and so may not be relicensed. These images are used for educational purposes under fair use.
- You are welcome to copy my website at will. However, using the website's content to try to misrepresent yourself as me may be considered an illegal act (not legal advice), or at least unethical.