-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
* ... |