Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 431 Bytes

Personal Website

My personal website about me and my projects

Setup

  1. You need to have nodejs (20.10.0 or higher) installed on your machine.
  2. Clone this repository.
  3. Run npm install in the root directory of this repository.
  4. Run npm run build in the root directory of this repository.
  5. Run npm start or PORT=3000 node .output/server/index.mjs in the root directory of this repository.