1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
budibase/packages/core
michael shanks c5e6fe001b v0.0.3
2019-09-10 13:07:35 +01:00
..
.vscode
dist re-added dist files 2019-09-10 09:49:22 +01:00
src
test
.babelrc
.eslintrc.json
.gitignore re-added dist files 2019-09-10 09:49:22 +01:00
.travis.yml
CONTRIBUTING.md
LICENSE
package.json v0.0.3 2019-09-10 13:07:35 +01:00
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