budibase/packages/builder
Budibase Release Bot 25a7fa669f v2.3.20 2023-03-01 22:19:27 +00:00
..
.vscode Update gitignored files. 2020-01-24 14:51:28 +00:00
assets Portal redesign (#9336) 2023-01-18 13:56:53 +00:00
build
scripts post failure notification 2022-08-22 13:15:03 +01:00
src Fix for group picker in the user details page to accommodate missing userGroups value on a user 2023-03-01 17:40:33 +00:00
ts Update package.json and file addition 2023-01-31 18:05:53 +00:00
.gitignore reverts some of the merged files 2021-03-18 14:33:45 +01:00
CONTRIBUTING.md
LICENSE.md
README.md
babel.config.js
index.html
nuxt.config.js Add nuxt config file to actually silence vite spam 2022-02-22 12:38:24 +00:00
package.json v2.3.20 2023-03-01 22:19:27 +00:00
reporterConfig.json
routify.config.js
setup.js Minor changes 2023-02-01 15:56:00 +00:00
testConfig.json Minor changes 2023-02-01 15:56:00 +00:00
tsconfig.build.json
tsconfig.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 2022-06-10 22:57:12 +01:00
vite.config.js New App Onboarding (#9489) 2023-01-31 19:34:32 +00:00
yarn.lock Updates to use our new Nano layer for CouchDB integration rather than PouchDB. 2023-01-31 19:49:31 +00:00

README.md

Get Started

yarn install

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