This is the repo for my portfolio website, which you can visit ✨HERE✨
Featuring some festive snowfall from winter 2024! ❄️
Snow_Portfolio_Video.mp4
- Clone this repo to your local machine
- From the project root in your terminal, install dependencies using the
npm i
(ornpm install
) command
- Run
npm run dev
- The development app will be served at http://localhost:3000
- To check your code for potential errors, stylistic issues, or other problems, run
npm run lint
- Run
npm run build
- This will generate deployment-ready static pages inside the
out
folder
- This will generate deployment-ready static pages inside the
- Run
npx serve@latest out
- The production app will be served at http://localhost:3000