From cdebb5373965f7b9a17ea0ea24f0cf3da4eeffb7 Mon Sep 17 00:00:00 2001 From: michael shanks Date: Tue, 10 Sep 2019 10:38:13 +0100 Subject: [PATCH 1/2] updated readme --- readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 372c1eadfb..fae7ddc14b 100644 --- a/readme.md +++ b/readme.md @@ -15,13 +15,19 @@ if you have problems, this might help: https://github.com/nodejs/node-gyp/issues *jest* - `npm install -g jest` -### 2. Install and Build +### 2. Clone this repository + +`git clone git@github.com:Budibase/budibase.git` + +then `cd ` into your local copy... + +### 3. Install and Build `lerna bootstrap` will install all modules `lerna run build` will build all pakcages -`yarn run initialise` will initialise your budibase (i.e. create local database) +`lerna run initialise` will initialise your budibase (i.e. create local database) ### 3. Running @@ -29,7 +35,7 @@ if you have problems, this might help: https://github.com/nodejs/node-gyp/issues ## Documentation -A work in progress, lives here: https://github.com/Budibase/docs +A work in progress, lives here: https://docs.budibase.com From 9dbb626d83695bb2380d1b5de1354a1d94ae4091 Mon Sep 17 00:00:00 2001 From: michael shanks Date: Tue, 10 Sep 2019 10:39:55 +0100 Subject: [PATCH 2/2] deleted AUTHORS - moved to root --- AUTHORS.md | 3 ++- packages/builder/AUTHORS.md | 4 ---- packages/core/AUTHORS.md | 5 ----- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 packages/builder/AUTHORS.md delete mode 100644 packages/core/AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md index 10f6a8ac6e..fe7ca7db0c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,5 @@ Contributors === -* Michael Shanks - [@mikebudi](https://github.com/mjashanks) +* Michael Shanks - [@mjashanks](https://github.com/mjashanks) +* Daniel Loudon - [@danbudi](https://github.com/danbudi) \ No newline at end of file diff --git a/packages/builder/AUTHORS.md b/packages/builder/AUTHORS.md deleted file mode 100644 index 3411a7267a..0000000000 --- a/packages/builder/AUTHORS.md +++ /dev/null @@ -1,4 +0,0 @@ -Contributors -=== - -* Michael Shanks - [@mikebudi](https://github.com/mikebudi) \ No newline at end of file diff --git a/packages/core/AUTHORS.md b/packages/core/AUTHORS.md deleted file mode 100644 index aaf032c14c..0000000000 --- a/packages/core/AUTHORS.md +++ /dev/null @@ -1,5 +0,0 @@ -Contributors -=== - -* Michael Shanks - [@mjashanks](https://github.com/mjashanks) -* Daniel Loudon - [@danbudi](https://github.com/danbudi)