My personal website written in TypeScript + React + Vite
This project was bootstrapped with Vite
-
Clone the repository
git clone https://github.com/ASteinheiser/iamandrew.io -
Change to the directory containing the repository
cd iamandrew.io -
Ensure you are using the correct node version
nvm use -
Install the dependencies
pnpm i -
Start the local dev server
pnpm dev
This project uses Github Pages for deployment and hosting.
-
Install the dependencies
pnpm i -
Deploy to Github Pages
pnpm run deploy