Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/dicer-example
Auction Application Sample
https://github.com/rosylilly/dicer-example
Last synced: 5 days ago
JSON representation
Auction Application Sample
- Host: GitHub
- URL: https://github.com/rosylilly/dicer-example
- Owner: rosylilly
- Created: 2013-01-26T20:54:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-27T21:54:39.000Z (almost 12 years ago)
- Last Synced: 2024-12-22T13:14:51.236Z (15 days ago)
- Language: Ruby
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Dicer Example Rails application
[Dicer](https://github.com/rosylilly/dicer) のサンプルアプリケーションです。
## Run application
```shell
$ git clone git://github.com/rosylilly/dicer-example.git
$ cd dicer-example
$ bundle install
$ npm install -g bower
$ bundle exec rake bower:install
$ bundle exec rake db:migrate
$ bundle exec rails server
```