An open API service indexing awesome lists of open source software.

https://github.com/rilldata/rill-examples

A monorepo of many Rill example projects
https://github.com/rilldata/rill-examples

Last synced: 10 months ago
JSON representation

A monorepo of many Rill example projects

Awesome Lists containing this project

README

          

# Rill Examples

This repository contains a collection of examples for the Rill application. Make sure you have installed Rill before you get started.

# Install Rill
```
curl https://rill.sh | sh
```

# Start Rill

To run an example:

```
git clone https://github.com/rilldata/rill-examples.git
cd rill-examples/rill-openrtb-prog-ads
rill start
```

Rill will build your project from data sources to dashboard and then launch in a new browser window.