My personal website about me and my projects
- You need to have nodejs (20.10.0 or higher) installed on your machine.
- Clone this repository.
- Run
npm install
in the root directory of this repository. - Run
npm run build
in the root directory of this repository. - Run
npm start
orPORT=3000 node .output/server/index.mjs
in the root directory of this repository.