1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00
budibase/readme.md

96 lines
3.9 KiB
Markdown
Raw Normal View History

2020-11-24 05:52:47 +13:00
<p align="center">
<a href="https://www.budibase.com">
<img alt="Budibase" src="https://d33wubrfki0l68.cloudfront.net/aac32159d7207b5085e74a7ef67afbb7027786c5/2b1fd/img/logo/bb-emblem.svg" width="60" />
</a>
</p>
<h1 align="center">
Budibase
</h1>
<h3 align="center">
Powering the developers of tomorrow
</h3>
<h3 align="center">
🤖 🎨 🚀
</h3>
2020-10-06 01:30:56 +13:00
<p align="center">
<img src="https://i.imgur.com/tMCahK8.png">
</p>
2020-11-24 06:52:53 +13:00
2020-11-24 05:52:47 +13:00
# Budibase
[Budibase](https://www.budibase.com) is an open-source low-code platform which helps developers and IT professionals design, build, and ship custom software 50x faster.
2020-11-24 06:52:53 +13:00
<p align="center">
<a href="https://github.com/Budibase/budibase/releases">
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/Budibase/budibase/total">
</a>
<a href="https://github.com/Budibase/budibase/releases">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/Budibase/budibase">
</a>
<a href="https://discord.gg/rCYayfe">
<img alt="Discord" src="https://img.shields.io/discord/733030666647765003">
</a>
<a href="https://twitter.com/intent/follow?screen_name=budibase">
<img src="https://img.shields.io/twitter/follow/budibase?style=social" alt="Follow @budibase" />
</a>
</p>
# Status
- [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) but it's not production ready. We cannot ensure backwards compatibility
- [ ] Official Launch: Production-ready
2020-10-06 01:30:56 +13:00
We are currently in Public Beta. Until our official launch, we cannot ensure backwards compatibility for your budibase applications between versions. Issues may arise when trying to edit apps created with old versions of the budibase builder.
2020-07-16 06:54:27 +12:00
2020-11-02 10:36:16 +13:00
Watch "releases" of this repo to get notified of major updates, and give the star button a click whilst you're there.
<p align="center">
<img src="https://i.imgur.com/cJpgqm8.png">
</p>
If you are having issues between updates of the builder, please use the guide [here](https://github.com/Budibase/budibase/blob/master/CONTRIBUTING.md#troubleshooting) to clear down your environment.
2020-07-16 06:54:27 +12:00
2019-10-12 20:14:56 +13:00
# Getting Started with Budibase
2020-07-17 17:30:23 +12:00
The Budibase builder runs in Electron, on Mac, PC and Linux. [Download the latest release](https://github.com/Budibase/budibase/releases), and start building!
2019-10-12 20:02:56 +13:00
2020-11-24 06:52:53 +13:00
<p align="center">
<img alt="Budibase design ui" src="https://imgur.com/v8m6v3q.png">
</p>
2019-09-10 08:02:23 +12:00
2020-11-24 06:52:53 +13:00
## 🎓 Learning Budibase
2019-09-10 08:02:23 +12:00
Our documentation and tutorials live here: https://docs.budibase.com
2019-09-10 08:02:23 +12:00
2020-11-24 06:52:53 +13:00
## 🙌 Contributing to Budibase
From opening a bug report to creating a pull request: every contribution is appreciated and welcomed. If you're planning to implement a new feature or change the API please create an issue first. This way we can ensure your work is not in vain.
### Not Sure Where to Start?
Budibase is a monorepo managed by lerna. Lerna manages the building and publishing of the budibase packages. At a high level, here are the packages that make up budibase.
- packages/builder - contains code for the budibase builder client side svelte application.
- packages/client - A module that runs in the browser responsible for reading JSON definition and creating living, breathing web apps from it.
- packages/server - The budibase server. This Koa app is responsible for serving the JS for the builder and budibase apps, as well as providing the API for interaction with the database and file system.
2019-09-10 08:02:23 +12:00
2020-11-24 06:52:53 +13:00
For more information, see [CONTRIBUTING.md](./CONTRIBUTING.md)
2020-07-28 01:40:18 +12:00
2020-11-24 06:52:53 +13:00
## 💬 Get in touch
2020-07-28 01:40:18 +12:00
If you have a question or would like to talk with other Budibase users, please hop over to [Github discussions](https://github.com/Budibase/budibase/discussions) or join our Discord server:
2020-07-28 01:40:18 +12:00
2020-07-28 01:44:20 +12:00
[Discord chatroom](https://discord.gg/rCYayfe)
2020-07-28 01:40:18 +12:00
![Discord Shield](https://discordapp.com/api/guilds/733030666647765003/widget.png?style=shield)