Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T11:18:15.000Z (7 months ago)
- Last Synced: 2024-07-13T12:32:27.461Z (7 months ago)
- Topics: frontend, personal-website, portfolio, portfolio-website, react, reactjs, typescript, website
- Language: TypeScript
- Homepage: https://chase.manning.dev
- Size: 17.6 MB
- Stars: 4
- Watchers: 4
- 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
![image](https://user-images.githubusercontent.com/53957795/147169237-fc6b2658-7d7f-4d02-b75e-dcf06f5e6b93.png)
## 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/`