1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
budibase/packages/core
Michael Shanks 2a9d98577c backup
2019-11-05 13:28:08 +00:00
..
.vscode
dist backup 2019-11-05 13:28:08 +00:00
src backup 2019-11-05 13:28:08 +00:00
test #7 'Single record' type initialise 2019-11-03 11:26:21 +00:00
.babelrc
.eslintrc.json
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
package.json
q
readme.md
rollup.config.js
yarn.lock

Getting Started

Install requires node-gyp, due to a dependancy on argon2

For node gyp on windows

npm install --global --production windows-build-tools and this might help: https://github.com/nodejs/node-gyp/issues/1278

For node gyp on ubuntu

sudo apt-get install build-essentials

Once you have this, try...

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