budibase/packages/builder
Adria Navarro 1274593cb2 Fix types 2025-01-31 13:57:37 +01:00
..
assets tidy up 2024-09-30 14:43:10 +01:00
public Update BB logo across product 2023-10-31 10:58:32 +00:00
src Fix types 2025-01-31 13:57:37 +01:00
.gitignore Gitignore 2024-11-26 12:22:58 +01:00
CONTRIBUTING.md apply fixes for common spelling mistakes 2021-07-09 17:54:49 +01:00
LICENSE.md
README.md Update README.md 2023-09-28 16:41:22 +01:00
babel.config.js Update URLs to use builder instead of _builder 2021-04-01 10:06:22 +01:00
index.html fix for fonts in production 2023-06-14 18:48:44 +01:00
nuxt.config.js Add nuxt config file to actually silence vite spam 2022-02-22 12:38:24 +00:00
package.json First iteration on introducing Typescript to the binding panel experience. 2025-01-14 18:27:05 +00: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
svelte.config.js Allow building ts 2024-11-25 18:38:56 +01:00
tsconfig.build.json Fix check:types 2024-12-09 11:25:44 +01:00
tsconfig.json Merge branch 'master' into typing/stores-grid-rows 2024-12-31 11:25:01 +01:00
vite.config.mjs Update all root aliases to be prefixed by @/ 2024-12-18 09:47:27 +00:00
vitest.setup.js lint 2024-09-09 13:55:26 +01:00

README.md

Get Started

yarn install

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