Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 947 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 947 Bytes

Purpose

Foreign language phrasebook for travel or general language study.

Status

Still very much a work in progress. Don't use yet. ☺

Installation

Prerequisites

Setup

  • git clone https://github.com/ciemarr/phrasebook.git
  • cd phrasebook
  • bundle install
  • for x in development test production; do echo "export SECRET_KEY_BASE=$(rails secret)" > .env.$x; done

Usage

Development

  • get any updates: git pull
  • make your changes, add tests (TDD!)
  • run all the tests: rake spec
  • share your changes: git add, git commit, git push