This is the source code for missingprogram.me, a personal portfolio site I made as a side project. It is built using Nuxt.js, a Vue.js framework, and hosted on Cloudflare Pages.
This readme might be updated in the future to look nicer.
All source code, unless otherwise stated, is licensed under AGPL-3.0.
Any images, video, or other media are all rights reserved, except the ./assets/icons
directory, which belong to
their respective owners.
- Clone the repository
- Install dependencies with
yarn install
- Run the development server with
yarn dev
- Navigate to
localhost:3000
in your browser