Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilous/tech-adventures
https://github.com/agilous/tech-adventures
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilous/tech-adventures
- Owner: agilous
- Created: 2016-08-27T16:06:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T20:47:02.000Z (over 8 years ago)
- Last Synced: 2024-12-24T08:44:53.916Z (30 days ago)
- Language: Ruby
- Size: 15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechAdventures
```
git clone [email protected]:agilous/tech-adventures.git
bundle install --path vendor
cp config/database.example.yml config/database.yml
bundle exec rake db:setup db:migrate
bundle exec rails s
```