Files
Homepage/README.md
2020-03-07 08:29:13 -05:00

29 lines
524 B
Markdown

# Cameron's Homepage
Hosted at [cameroncordes.me](https://cameroncordes.me).
Angular 9 based website with pages for:
- Home/About
- Resume
- Projects
- Contact
In the future it would be nice to host a little blog with this site, but first to write some blog posts..
# Environment
- `node 13.10.*`
- `npm 6.14.*`
# Build/Run
- `npm install`
- `npm install -g @angular/cli@9.0.5`
- `ng build` to build
- `ng serve` to run locally on port 4200
- `ng test` to run unit tests
# Build for production
`./docker-build.sh`