This is the portfolio for Qiushi Pan.
I will make this available for other people, so that they can use it easily by just filling their info.
Although it is not anonymized yet, you can start using it.
Inside web
is the main web page build in Next.js.
We use pnpm to manage packages.
You will want to install packages for the first time.
cd web
pnpm install
pnpm dev
Install packages and you are good to go.
You can also start the dev server from the root directory.
make dev
Happy hacking!