Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaxonwright/jaxonwright.com

Angular Version of my personal website
https://github.com/jaxonwright/jaxonwright.com

angular angular-material personal-website

Last synced: 3 months ago
JSON representation

Angular Version of my personal website

Awesome Lists containing this project

README

        

[![Website status](https://img.shields.io/website-up-down-green-red/http/jaxonwright.com.svg?style=flat-square)](https://jaxonwright.com)
[![GitHub license](https://img.shields.io/github/license/JaxonWright/jaxonwright.com?style=flat-square)](https://github.com/JaxonWright/jaxonwright.com/blob/master/LICENSE)

## About
This website is the personal site of me, Jaxon Wright. It is written with the Google-maintained Angular Framework. It is meant to showcase a little about me and what I have 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/material2) : Provides a plethora of elements that follow Google's Material 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...