1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00
No description
Find a file
2019-09-10 04:37:54 +01:00
.vscode
packages added packages.json to core/dist 2019-09-10 04:37:54 +01:00
.gitignore refactoring routes to serve app UIs 2019-07-16 22:14:57 +01:00
.gitmodules
AUTHORS.md
CONTRIBUTING.md
lerna.json refactoring routes to serve app UIs 2019-07-16 22:14:57 +01:00
package.json
readme.md bug fixing 2019-09-09 21:02:23 +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