πQuickstart
Get started with serving Bubbaloop serving platform
Setup the project
1
git clone https://github.com/kornia/bubbaloop.git2
3
just install_depsServe in local
just serve[2025-01-04T23:14:46Z INFO bubbaloop::api] π Starting the server
[2025-01-04T23:14:46Z INFO bubbaloop::api] π₯ Listening on: 0.0.0.0:3000
[2025-01-04T23:14:46Z INFO bubbaloop::api] π§ Press Ctrl+C to stop the serverServe remotely
just serve 192.168.1.154 3000Use the Rust CLI π¦
Last updated