Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
🧱 One, Two. One, Two.
- Host: GitHub
- URL: https://github.com/thombruce/backstage
- Owner: thombruce
- License: gpl-3.0
- Created: 2023-05-07T22:09:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:09:12.000Z (over 1 year ago)
- Last Synced: 2024-10-27T23:51:30.617Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```