https://github.com/flanker/infoq-demo
a demo project for infoq session.
https://github.com/flanker/infoq-demo
Last synced: 9 months ago
JSON representation
a demo project for infoq session.
- Host: GitHub
- URL: https://github.com/flanker/infoq-demo
- Owner: flanker
- Created: 2011-10-22T15:42:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-10T03:08:08.000Z (over 14 years ago)
- Last Synced: 2025-06-03T19:41:08.918Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
infoq-demo
==========
About
-----
This is a demo project for a infoq-baidu tech salon session.
It's still working in process.
How to use
----------
Make sure you have Ruby environment. [rvm](http://beginrescueend.com/) is preferred.
Use `bundler` to install all dependency.
gem install bundler
bundle install
Show all the tasks
rake -T