Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 346 Bytes

AGE

Hosted at: https://goosly.github.io/AGE/

Development

To run locally:

  1. ng serve

  2. Navigate to http://localhost:4200/

To build & deploy to GitHub Pages, simply run the bash script:

  1. sh build-prod.sh

This builds the app and pushes the 'dist' directory to a branch called 'gh-pages', which will trigger a build by GitHub Pages