1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00
budibase/packages/core
2019-08-27 07:42:44 +01:00
..
.vscode
src
test
.babelrc
.eslintrc.json
.gitignore
.travis.yml
AUTHORS.md
CONTRIBUTING.md
LICENSE
package.json upgraded dependencies 2019-07-21 09:54:19 +01:00
q
readme.md
rollup.config.js rollup changes - backup here 2019-07-30 08:31:07 +01:00
yarn.lock upgrading packages - removing package-locks (using yarn) 2019-08-27 07:42:44 +01:00

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