This is the repo for the CHEDDA lending protocol demo app frontend
You first need to install the Ionic CLI to be able to build and run the dapp.
npm install -g @ionic/cliionic buildTo serve the application, run the following
ionic serveThis serves the application in the default configuration.
To serve a specific configuration, use the --configuration flag, with the name of the environment to run in.
See a list of potential environments here
ionic serve --configuration testnet.XXXApplication should now be running on the default port (8001).