-
Notifications
You must be signed in to change notification settings - Fork 0
Chamberlain UI
Vidya Akavoor edited this page Aug 28, 2021
·
3 revisions
The client provided in this repo is an Ionic/Angular application and can be used to view the contents of your chamberlain database and submit workflow requests to your cardinal servers.
Follow the steps below to run the client locally:
-
Install the Ionic CLI if you don't have it installed already:
npm install -g @ionic/cli
-
Navigate to the
client
folder of this repo in your terminal. -
Install the application dependencies:
npm install
-
Start the application:
ionic start
This command should automatically open a tab in whatever browser window you have open with the application run in it.