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 installin the root directory of this repository. - Run
npm run buildin the root directory of this repository. - Run
npm startorPORT=3000 node .output/server/index.mjsin the root directory of this repository.