This repository was archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Quick Start
sean-cullinan edited this page Aug 1, 2019
·
4 revisions
- SSH key set up for Github
- Docker https://docs.docker.com/install/
- Docker-compose https://docs.docker.com/compose/install/
- Fork this repository to your own github user.
- Run
git clone git@github.com:<your username>/ui-components.gitin a terminal to clone to a local folder (e.g.~/Workspace) - Navigate to the ui-components folder created for this clone.
- Run
yarnto install npm JS packages into your working folder. - Run
docker-compose up localto start the ui-components build and the service. - You should now be able to connect to the application in your browser using the network address output in the console