This verison of the OrgBook BC Client has been retired and replaced by bcgov/orgbook-bc-client
This application implements a user interface (built with Angular) specifically for Orgbook BC, an extension of Aries VCR, for registered organizations within the Province of British Columbia.
Note: The following sections on Running and Development assume that you already have a locally running instance of Aries-VCR. Please see the instructions here for running Aries-VCR locally with docker.
Running the web application is easiest with docker. Navigate to the docker/
folder run the following in a terminal:
./manage build
followed by
./manage start
Development is best done locally and requires the Angular CLI to be installed (see the installation instructions here). With the CLI installed, navigate to the root directory of the repository and run the following in a terminal:
npm install && npm start
The application will be built and served with the Angular Dev Server, which watches for code changes and hot-reloads the application.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Pull requests are always welcome!
Please see the Contributions Guide for the repo.
You may also create an issue if you would like to suggest additional resources to include in this repository.
All contrbutions to this repository should adhere to our Code of Conduct.