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
- Host: GitHub
- URL: https://github.com/mikewesthad/mikewesthad.github.io
- Owner: mikewesthad
- Created: 2014-02-10T15:00:07.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T22:40:57.000Z (4 months ago)
- Last Synced: 2025-02-08T04:26:51.870Z (4 months ago)
- Language: TypeScript
- Homepage: mikewesthad.com
- Size: 633 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.