Ecosyste.ms: Awesome

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

https://github.com/sieve-community/examples

The code for some apps built with Sieve.
https://github.com/sieve-community/examples

Last synced: 27 days ago
JSON representation

The code for some apps built with Sieve.

Lists

README

        

# Sieve Examples

This repo contains a collection of examples apps built with [Sieve](https://www.sievedata.com/).

## Getting Started
Check out our [docs](https://docs.sievedata.com) to get started and receive an API key.

To run a specific example, please clone this repo and run `sieve deploy` in any directory:
```bash
git clone [email protected]:sieve-community/examples.git
cd examples/{example_name}
sieve deploy
```

Your app will now be deployed to Sieve and can be accessed via the [Sieve dashboard](https://www.sievedata.com/dashboard).