1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00
budibase/packages/core
2019-07-18 07:44:26 +01:00
..
.vscode added core into mono repo 2019-07-15 07:12:52 +01:00
src fixed bug where reference fields not being parsed when in index 2019-07-18 07:44:26 +01:00
test fixed bug where reference fields not being parsed when in index 2019-07-18 07:44:26 +01:00
.babelrc added core into mono repo 2019-07-15 07:12:52 +01:00
.eslintrc.json fixed bug where reference fields not being parsed when in index 2019-07-18 07:44:26 +01:00
.gitignore added core into mono repo 2019-07-15 07:12:52 +01:00
.travis.yml added core into mono repo 2019-07-15 07:12:52 +01:00
AUTHORS.md added core into mono repo 2019-07-15 07:12:52 +01:00
CONTRIBUTING.md added core into mono repo 2019-07-15 07:12:52 +01:00
LICENSE added core into mono repo 2019-07-15 07:12:52 +01:00
package-lock.json added core into mono repo 2019-07-15 07:12:52 +01:00
package.json added core into mono repo 2019-07-15 07:12:52 +01:00
q added core into mono repo 2019-07-15 07:12:52 +01:00
readme.md added core into mono repo 2019-07-15 07:12:52 +01:00
rollup.config.js added core into mono repo 2019-07-15 07:12:52 +01:00
yarn.lock added core into mono repo 2019-07-15 07:12:52 +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