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

https://github.com/thombruce/backstage

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

Last synced: 2 months 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
```