Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thombruce/backstage

🧱 One, Two. One, Two.
https://github.com/thombruce/backstage

Last synced: 8 days ago
JSON representation

🧱 One, Two. One, Two.

Awesome Lists containing this project

README

        

# Backstage

![CI](https://github.com/thombruce/backstage/actions/workflows/ci.yml/badge.svg)

## Development

```sh
git clone https://github.com/thombruce/backstage.git
cd backstage
bundle install
rake db:create db:schema:load
bin/dev
```

## Testing

```sh
rake test
```