Merge branch 'master' of github.com:Budibase/budibase
This commit is contained in:
commit
8f7960cfa9
|
@ -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)
|
|
@ -1,4 +0,0 @@
|
|||
Contributors
|
||||
===
|
||||
|
||||
* Michael Shanks - [@mikebudi](https://github.com/mikebudi)
|
|
@ -1,5 +0,0 @@
|
|||
Contributors
|
||||
===
|
||||
|
||||
* Michael Shanks - [@mjashanks](https://github.com/mjashanks)
|
||||
* Daniel Loudon - [@danbudi](https://github.com/danbudi)
|
12
readme.md
12
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue