This is the WebUI for my personal website. It is built with Next.js and NextUI.
This project use bun
as the runtime and package manager. You can install it following the
instructions here.
After installing bun
, you can run the following commands to install the dependencies:
bun install
Then, you can run the following command to start the development server:
bun run dev