X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf48e928d4d334b0b6434529d7619c616da319f2..8f5943cbb10f0723363981b9b10143ea50f605d2:/README.md diff --git a/README.md b/README.md index bfeb1677..eaed1894 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,32 @@ +[comment]: # (Copyright © The Arvados Authors. All rights reserved.) +[comment]: # () +[comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0) + ## Arvados Workbench 2 -##### Setup +### Setup
 brew install yarn
 yarn install
 
Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) -##### Start project +### Start project yarn start -##### Run tests -yarn test +### Run tests +
+yarn install
+yarn test
+
+ +### Production build +
+yarn install
+yarn build
+
+ +### Licensing -##### Production build -yarn build +Arvados is Free Software. See COPYING for information about Arvados Free +Software licenses.