This is experimental.
If you've not used React, Material UI and/or GraphQL before, it would be worth running through the following tutorials and documentation.
This UI was bootstrapped with Create React App. See their documentation for options.
Ensure you have NodeJS installed (latest should be fine; initial development was on version is v12.9.1).
Also, install yarn, which is a command line package manager for talking to the npm registry (there's another command line package manager, also called npm).
Load the environment defined by the package.json and yarn.lock (note: you should not need to update these files manually):
yarn install
Run the development server, which autoreloads when you edit and save a file:
yarn start
You should be able to view the UI at localhost:3000.
Content type
Image
Digest
Size
29.9 MB
Last updated
almost 6 years ago
docker pull sangerpathogens/monocle-app:0.1.34