https://github.com/chase-manning/personal-website
The Personal Website of Chase Manning
https://github.com/chase-manning/personal-website
frontend personal-website portfolio portfolio-website react reactjs typescript website
Last synced: 9 months ago
JSON representation
The Personal Website of Chase Manning
- Host: GitHub
- URL: https://github.com/chase-manning/personal-website
- Owner: chase-manning
- License: mit
- Created: 2020-02-22T08:58:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T15:07:19.000Z (about 1 year ago)
- Last Synced: 2025-09-11T10:28:54.021Z (10 months ago)
- Topics: frontend, personal-website, portfolio, portfolio-website, react, reactjs, typescript, website
- Language: TypeScript
- Homepage: https://chase.manning.dev
- Size: 18.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

## About
This repo is for [the website of Chase Manning](https://chase.manning.dev).
This site is built using React, everyone's favourite web development framework!
## Contributing
If you are interested in contributing, please check out the [Contribution Guide](https://github.com/chase-manning/Personal-Website/blob/master/.github/CONTRIBUTING.md).
## Running Locally
Dependencies:
- [Install Node.js](https://nodejs.org/en/download/)
- [Install Yarn](https://classic.yarnpkg.com/en/docs/install/)
To run the app locally:
- [Clone the Repository](https://www.google.com/search?q=how+to+clone+a+repository+from+github) to your local machine
- [Open a Terminal](https://www.google.com/search?q=how+to+open+a+terminal+in+a+directory&oq=how+to+open+a+terminal+in+a+directory) at the app directory
- [Change directory](https://www.google.com/search?q=how+to+cd+to+a+directory&oq=how+to+cd+to+a+directory) to the `website/src` directory
- Run `yarn`
- Run `yarn start`
- Navigate to `http://localhost:3000/`