Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 762 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 762 Bytes

missingprogram.me

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.

To compile and run locally

  1. Clone the repository
  2. Install dependencies with yarn install
  3. Run the development server with yarn dev
  4. Navigate to localhost:3000 in your browser