The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 4 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 4 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
123456789101112131415161718192021222324252627282930313233
  1. Bubble Developer Guide
  2. ======================
  3. This guide is intended for developers who would like to work directly with the Bubble source code.
  4. For API-level details, see the [Bubble API Guide](https://github.com/getbubblenow/bubble-docs/blob/master/api/README.md)
  5. and the [Bubble API Reference](https://app.getbubblenow.com/apidocs/)
  6. # Vagrant Setup
  7. The easiest way to get started with Bubble is to use the [Vagrant Developer Setup](dev_vagrant.md).
  8. # Manual Development Setup
  9. If you'd prefer not to use Vagrant or want to build things locally, follow
  10. the [Bubble Manual Development Setup](dev_manual.md) instructions.
  11. # Development Tasks
  12. Whether you choose to use Vagrant or set things up manually,
  13. read [Bubble Developer Tasks](dev_tasks.md) to understand how to keep the code
  14. up to date, run the API server, rebuild the jar, and more.
  15. ## Next
  16. What to do next depends on what you want to do with Bubble.
  17. If you've started the Bubble API already using `run.sh`, and want to launch a Bubble,
  18. continue with [activation](activation.md).
  19. Would you like more guidance on starting the [Local Launcher](local-launcher.md)?
  20. If all you want to do is launch your own Bubble, starting with
  21. the [Bubble Docker Launcher](docker-launcher.md) is probably faster and easier.
  22. Or perhaps you want to interact with Bubble programmatically? Explore the
  23. [Bubble API Guide](https://github.com/getbubblenow/bubble-docs/blob/master/api/README.md) and
  24. [Bubble API Reference](https://app.getbubblenow.com/apidocs/).