Skip to content

Commit

Permalink
[ci skip]Transition development env info from wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ta1kt0me committed Mar 27, 2016
1 parent 2c9c72c commit df1b513
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ Kajaeru is a web-based voting application to elect Ruby Kaja. ( "eru(選る)" is

About Ruby Kaja, see the [web page](http://kaja.rubyist.net/) for more information.

## Development

### Setup

```
# clone this repository
git clone [email protected]:yochiyochirb/kajaeru.git
cd kajaeru
# install gem
bundle install --without production
# migration
cp config/database.yml.sample config/database.yml
bin/rails db:create db:migrate db:seed
# start
bin/rails server
```

Open your browser and access http://localhost:3000 .

### Test

```sh
# unit test
bin/rake test

# cucumber
bin/rails cucumber
```

## How to join
Only Yochiyochi.rb members can join and send PRs to this project.

Expand Down

0 comments on commit df1b513

Please sign in to comment.