budibase/packages/builder
mike12345567 3fef064bcc Quick fix for datasource plus table fetching, make sure the UI lists the tables that the user has requested and no extras. 2023-07-05 10:49:27 +01:00
..
.vscode
assets Rename Integromat to Make. Update logo. (#10492) 2023-05-05 12:41:24 +01:00
build
public using black bb logo instead of gray 2023-06-14 16:55:46 +01:00
src Quick fix for datasource plus table fetching, make sure the UI lists the tables that the user has requested and no extras. 2023-07-05 10:49:27 +01:00
.gitignore
CONTRIBUTING.md
LICENSE.md License cleanup 2021-11-17 14:21:16 +00:00
README.md
babel.config.js
index.html fix for fonts in production 2023-06-14 18:48:44 +01:00
nuxt.config.js
package.json Refactor Datasource Creation Modal (#10783) 2023-06-26 09:52:02 +01:00
routify.config.js Prefix builder URLs with 'builder' in both routify and vite to lay groundwork for server proxying 2021-03-31 19:27:52 +01:00
tsconfig.build.json
tsconfig.json Remove unnecessary paths 2023-05-18 10:22:14 +02:00
vite.config.js Fix fonts not loading in builder preview in dev 2023-06-16 14:46:34 +01:00
vitest.setup.js Builder Unit Test PoC (#10173) 2023-04-18 14:37:29 +01:00

README.md

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build