|
|
@ -41,7 +41,6 @@ Before running RowBoat, ensure you have:
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:rowboatlabs/rowboat.git
|
git clone git@github.com:rowboatlabs/rowboat.git
|
||||||
cd rowboat
|
cd rowboat
|
||||||
git checkout dev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Environment Configuration**
|
2. **Environment Configuration**
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -3,5 +3,7 @@ Follow the [installation steps](/installation/) to set up RowBoat Studio, API an
|
||||||
|
|
||||||
## Building your first assistant
|
## Building your first assistant
|
||||||
|
|
||||||
|
Coming soon.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 394 B |
|
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 741 B |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -1,19 +1 @@
|
||||||
{
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
"name": "",
|
|
||||||
"short_name": "",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "/android-chrome-192x192.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/android-chrome-512x512.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 68 KiB |