README
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
core javascript library for budibase
<script type="module">
import budibaseCore from 'https://cdn.skypack.dev/@budibase/core';
</script>
Install packages:
npm install
Next, run the tests. Install jest, globally:
npm install -g jest
And finally, run
jest
A work in progress, lives here: https://github.com/Budibase/docs/blob/master/budibase-core.md