https://github.com/asteinheiser/iamandrew.io
Personal site created with React.js, full of shameless self-promotion!
https://github.com/asteinheiser/iamandrew.io
Last synced: 10 months ago
JSON representation
Personal site created with React.js, full of shameless self-promotion!
- Host: GitHub
- URL: https://github.com/asteinheiser/iamandrew.io
- Owner: ASteinheiser
- Created: 2025-03-17T18:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T04:20:35.000Z (about 1 year ago)
- Last Synced: 2025-06-03T22:10:58.733Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://iamandrew.io
- Size: 3.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iamandrew.io
My personal website written in TypeScript + React + Vite
This project was bootstrapped with [Vite](https://vite.dev/)
## Developer Quickstart
1. Clone the repository
`git clone https://github.com/ASteinheiser/iamandrew.io`
1. Change to the directory containing the repository
`cd iamandrew.io`
1. Ensure you are using the correct node version
`nvm use`
1. Install the dependencies
`pnpm i`
1. Start the local dev server
`pnpm dev`
## Build and Release
This project uses [Github Pages](https://pages.github.com/) for deployment and hosting.
1. Install the dependencies
`pnpm i`
1. Deploy to Github Pages
`pnpm run deploy`