Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
KINOSHITA Minoru edited this page Mar 15, 2015 · 17 revisions

環境設定

Ruby

$ bundle install
$ bundle exec rake test      # テスト実行
$ bundle exec rake dummy     # ダミーユーザ追加
$ bundle exec ruby server.rb # サーバ起動

JavaScript

Clone this wiki locally