Add instructions for dev env setup

This commit is contained in:
Jesse C. Fisher 2021-12-10 07:18:29 -08:00
parent 1a1e3d1b2f
commit 802b692623

View File

@ -1,6 +1,17 @@
Thirteen Tien Len
================
Development Environment Setup
-----------------------------
bundle install
cp config/{database.yml.example,database.yml}
rake db:setup
guard
TODO
----