https://github.com/JaxonWright/jaxon.dev
Angular Version of my personal website
https://github.com/JaxonWright/jaxon.dev
angular angular-material personal-website
Last synced: 6 months ago
JSON representation
Angular Version of my personal website
- Host: GitHub
- URL: https://github.com/JaxonWright/jaxon.dev
- Owner: JaxonWright
- License: mit
- Created: 2018-03-12T00:14:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T03:26:37.000Z (about 1 year ago)
- Last Synced: 2025-01-05T04:20:22.781Z (about 1 year ago)
- Topics: angular, angular-material, personal-website
- Language: TypeScript
- Homepage: https://www.jaxonwright.com
- Size: 4.52 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://jaxonwright.com)
[](https://github.com/JaxonWright/jaxonwright.com/blob/master/LICENSE)
## About
This website is the personal site of Jaxon Wright, a software developer in the Grand Rapids, Michigan Area. It is written with the Angular framework. It is meant to showcase a little about Jaxon and what I he's been working on. Feel free to reference any of this for your own project or even fork the repository.
## Libraries Used
This is not an exhaustive list, but it is the core of what is used.
- [Angular](https://github.com/angular/angular) : The backbone
- [Angular Material](https://github.com/angular/components) : Provides a plethora of elements that follow Google's Material 3 design standard
- [Angular FontAwesome](https://fontawesome.com/) : A very powerful, fast and light way to handle icons.
## Testing, Building and Deploying
If you are starting fresh, make sure to run `npm install` to grab all of the dependencies
### Testing
To start up the local development server, simply run `ng serve`
### Building
This is a script defined in the package.json. You may want to change the base-href in that command to not be at the root domain path.
`npm run build`
### Deploying
Deployment is automatically ran by Cloudflare Pages when the `master` branch has changes pushed to it.
### License
This project uses the MIT license, which basically means you can do whatever you want with it. All that I ask is that you don't use it to deploy a portfolio website pretending to be me...