thombruce / backstage

🧱 One, Two. One, Two.
GNU General Public License v3.0
0 stars 0 forks source link

Backstage

CI

Development

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

Testing

rake test