Add basic application skeleton
[arvados-workbench2.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..bfeb167
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+## Arvados Workbench 2
+
+##### Setup
+<pre>
+brew install yarn
+yarn install
+</pre>
+Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
+
+##### Start project
+<code>yarn start</code>
+
+##### Run tests
+<code>yarn test</code>
+
+##### Production build
+<code>yarn build</code>