Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 7d0d2d5453 Fixing an issue where the buttons for the components hierarchy were overflowing outside of their parent panel, removing the specification of the width and height allows computed values to be used instead (including padding etc) - check this fixes it in windows, linux and electron app. 6 years ago
..
.vscode Update gitignored files. 7 years ago
assets Merge branch 'master' of github.com:Budibase/budibase into deployment 6 years ago
build running prettier over codebase, removing merge files 7 years ago
cypress upping the timeout for Create New Table test 6 years ago
scripts working flat() polyfill for jest 6 years ago
src Fixing an issue where the buttons for the components hierarchy were overflowing outside of their parent panel, removing the specification of the width and height allows computed values to be used instead (including padding etc) - check this fixes it in windows, linux and electron app. 6 years ago
tests working flat() polyfill for jest 6 years ago
.gitignore allow yarn.lock, update posthog version 6 years ago
CONTRIBUTING.md moving builder into web... 7 years ago
LICENSE.md moving builder into web... 7 years ago
README.md moving builder into web... 7 years ago
babel.config.js running prettier over codebase, removing merge files 7 years ago
cypress.json Cypress Tests Running in CI (#524) 6 years ago
package.json removing uikit dependency 6 years ago
rollup.config.js formatting and tidy up 6 years ago
yarn.lock removing uikit dependency 6 years ago

README.md

Get Started

npm install

Webpack dev server (port 8080): npm run dev Build npm run build