🚧 Frontend
This is a placeholder. The frontend is not deployed — build and run it on your local machine instead.
# clone & install
$ git clone https://github.com/<you>/homepage
$ cd homepage/frontend
$ npm install
# dev server
$ npm run dev
# production build
$ npm run build
$ npm run preview