Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandstorm-io/collections-app

Sandstorm app for aggregating grains into a group
https://github.com/sandstorm-io/collections-app

Last synced: 7 days ago
JSON representation

Sandstorm app for aggregating grains into a group

Awesome Lists containing this project

README

        

# Sandstorm Collections App

This is an app that runs on [Sandstorm](https://sandstorm.io).
Its purpose is to aggregate a group of
[grains](https://docs.sandstorm.io/en/latest/using/security-practices/#fine-grained-isolation)
so that they can be shared as a single unit.

You can install it from the Sandstorm App Market
[here](https://apps.sandstorm.io/app/s3u2xgmqwznz2n3apf30sm3gw1d85y029enw5pymx734cnk5n78h).

## Developing

You will need:
- A recent build of [Cap'n Proto](https://github.com/sandstorm-io/capnproto) from the master branch,
installed such that the `capnp` executable is on your PATH.
- A [dev install of Sandstorm](https://docs.sandstorm.io/en/latest/developing/raw-packaging-guide/)
- [Rust](https://rust-lang.org)
- [Node](https://nodejs.org) and [NPM](https://www.npmjs.com/)

```
$ npm install
$ make dev
```