Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whywhy36 committed Apr 14, 2016
1 parent 18617dc commit 9d817fa
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Yet Another Job Board
### Yet Another Job Board

Made for one remote working job board.
Made for one remote working job board.

## Intro
This website was made long time ago and previously kept as private repo. I made
it open sourced coz I did not have too much time to get it fully up. Simple Rails
project, most of features are supported by RoR and all kind of Gems.

## Setup
```
bundle install
bundle exec rake db:migrate
bundle exec rake db:seed (optional)
bundle exec rails server
```

## Features
* support both English & Chinese
* advanced editor support
* ...

## TODO
* Search (I did add search support in [another website](https://github.com/whywhy36/SearchMagnet))
* ...

0 comments on commit 9d817fa

Please sign in to comment.