2019-07-15 08:12:52 +02:00
|
|
|
## Getting Started
|
|
|
|
|
2020-01-23 11:52:42 +01:00
|
|
|
Install packages:
|
2019-07-15 08:12:52 +02:00
|
|
|
|
|
|
|
`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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|