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

https://github.com/mikewesthad/mikewesthad.github.io

Portfolio website
https://github.com/mikewesthad/mikewesthad.github.io

Last synced: 2 months ago
JSON representation

Portfolio website

Awesome Lists containing this project

README

        

# mikewesthad

Personal Portfolio website: https://www.mikewesthad.com/

Built with:

- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

## Usage

To run the site under "development" mode, make sure you have node & npm installed, and then run:

```
npm install
npm run dev
```

To run the site under "production" mode, run:

```
npm run build
npm run start
```

## Deploying

The site is set up to deploy a new version anytime anything is pushed to the `main` branch.