From 0aa0259316014492d0d45b39b07d8e93e3f0d1b2 Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Sat, 7 Mar 2020 08:28:04 -0500 Subject: [PATCH] Add environment and build/run instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d5aa5b0..0761a1e 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,20 @@ Angular 9 based website with pages for: 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`