22 lines
265 B
Markdown
22 lines
265 B
Markdown
|
## Getting Started
|
||
|
|
||
|
Install packages:
|
||
|
|
||
|
`npm install`
|
||
|
|
||
|
Next, run the tests. Install jest, globally:
|
||
|
|
||
|
`npm install -g jest`
|
||
|
|
||
|
And finally, run
|
||
|
|
||
|
`jest`
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
A work in progress, lives here: https://github.com/Budibase/docs/blob/master/budibase-core.md
|
||
|
|
||
|
|
||
|
|
||
|
|