User Interface for Typhon. There is currently a CodePipleline in place that uses the last build as the S3 bucket reference.
If you are happy with the command line, skip to the next section
OR
npm install -g @vue/cli
Taken from Vue CLI Docs
You may need to check for any environment variables within the file structure, as there may be instances that are local to yourself!
Download the repo to your local machine with...
ssh://git-codecommit.eu-west-1.amazonaws.com/v1/repos/typhon-ui
...then (to install local dependencies), type...
npm install
npm run serve
OR
...when completed, type...
vue ui
...to initiate the interface. Dashboard>>>Serve>>>Run Task, then Go to Task, to open in your browser
npm run build
npm run lint