X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cbe3767087f3bb4daa35d991b63a435da9324298..8f5943cbb10f0723363981b9b10143ea50f605d2:/README.md diff --git a/README.md b/README.md index 4cfe3845..eaed1894 100644 --- a/README.md +++ b/README.md @@ -1,19 +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 install -yarn test +### Run tests +
+yarn install
+yarn test
+
+ +### Production build +
+yarn install
+yarn build
+
+ +### Licensing -##### Production build -yarn install -yarn build +Arvados is Free Software. See COPYING for information about Arvados Free +Software licenses.