1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Merge branch 'master' of github.com:Budibase/budibase into form-builder

This commit is contained in:
Andrew Kingston 2021-01-21 10:45:04 +00:00
commit 9c9d7544f9
3 changed files with 14 additions and 8 deletions

View file

@ -8,10 +8,10 @@
</h1>
<h3 align="center">
Build internal tools 50x faster
Build internal tools 50x faster on your own infrastructure
</h3>
<p align="center">
Budibase is an open-source low-code platform that helps developers and IT professionals build, automate and ship internal tools 50x faster.
Budibase is an open-source low-code platform, helping developers and IT professionals build, automate, and ship internal tools 50x faster on their own infrastructure.
</p>
<h3 align="center">
@ -61,7 +61,7 @@ When other platforms chose the closed source route, we decided to go open source
- **Open source and extensable.** Budibase is open-source. The builder is licensed AGPL v3, the server is GPL v3, and the client is MPL. This should fill you with confidence that Budibase will always be around. You can also code against Budibase or fork it and make changes as you please, providing a developer-friendly experience.
- **Load data or start from scratch.** Budibase pulls in data from multiple sources, whether its a CSV, an external database (coming very soon), or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no data sources. [Request new data sources](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
- **Load data or start from scratch.** Budibase pulls in data from multiple sources, including MongoDB, CouchDB, PostgreSQL, mySQL, Airtable, Google Sheets, S3, DyanmoDB, or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no data sources. [Request new data sources](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
- **Design and build apps with powerful pre-made components.** Budibase comes out of the box with beautifully designed, powerful components which you can use like building blocks to build your UI. We also expose a lot of your favourite CSS styling options so you can go that extra creative mile. [Request new components](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
@ -85,7 +85,7 @@ Currently, you can host your apps using Docker. The documentation for self-hosti
- [x] Alpha: We are demoing Budibase to users and receiving feedback
- [x] Private Beta: We are testing Budibase with a closed set of customers
- [x] Public Beta: Anyone can [sign-up and use Budibase](https://portal.budi.live/signup).
- [ ] Official Launch: Production-ready
- [ ] Official Launch
Watch "releases" of this repo to get notified of major updates, and give the star button a click whilst you're there.

View file

@ -11,7 +11,9 @@
on:click
class:big={subtitle != null}
{...$$restProps}>
{#if icon}<i class={icon} />{/if}
{#if icon}
<i class={icon} />
{/if}
<div class="content">
<div class="title">{title}</div>
{#if subtitle != null}
@ -56,7 +58,7 @@
}
.title {
font-weight: 400;
font-weight: 500;
}
.subtitle {
@ -65,6 +67,10 @@
}
i {
font-size: 16px;
padding: 0.5rem;
background-color: var(--grey-2);
font-size: 24px;
border-radius: var(--border-radius-s);
color: var(--ink);
}
</style>

View file

@ -18,7 +18,7 @@ const SCHEMA = {
default: "postgres",
required: true,
},
username: {
user: {
type: "string",
default: "root",
required: true,