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

https://github.com/tuwukee/octo-spoon

Svelte demo app
https://github.com/tuwukee/octo-spoon

Last synced: about 1 year ago
JSON representation

Svelte demo app

Awesome Lists containing this project

README

          

# octo-spoon
Yet another rails app

### Instructions:

1) `docker-compose build`
2) `docker-compose run web bundle install`
3) `docker-compose run web yarn install`
4) `docker-compose run web rake db:create`
5) `docker-compose run web rake db:migrate`
6) `docker-compose up`