An open API service indexing awesome lists of open source software.

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!

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`