This project is a simple App Store for AuScope
Note that this project requires npm >= 9.5.1 & nodejs >= 18.16.0
In order to get started:
$ git clone https://github.com/AuScope/AppStore
$ cd AppStore/ui
# To install the project's dependencies
$ npm install
# Run `npm start` to start the front-end dev server.
# Navigate to `http://localhost:4200`. It should automatically reload if you change any
# of the source files.
$ npm start
# As currently set up, the prod build will output the production website files to `dist` directory
# This can be deployed to an Apache server or something similar.
$ ng build --prod
See README
There is a Dockerfile here