X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc..cf48e928d4d334b0b6434529d7619c616da319f2:/README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..bfeb1677 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Arvados Workbench 2 + +##### Setup +
+brew install yarn
+yarn install
+
+Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) + +##### Start project +yarn start + +##### Run tests +yarn test + +##### Production build +yarn build