-
Install Node.js 20, go to NVM for install NVM
nvm install 20 --lts
-
Set up as your default Node.js
nvm alias default 20
-
Clone this repository:
git clone https://github.com/untalsanders/untalsanders.github.io.git
-
Run development server
npm run dev
Open http://localhost:3000 with your browser to see the result.