ソースを参照

Update README.md

Andrew Swistak 7 年 前
コミット
363b23126e
1 ファイル変更7 行追加21 行削除
  1. 7 21
      README.md

+ 7 - 21
README.md

@@ -1,24 +1,10 @@
-# README
+# Pokemon.trade
 
-This README would normally document whatever steps are necessary to get the
-application up and running.
+### Running the app:
+You will need `config/config.yml`. This file is not committed to the repository.
 
-Things you may want to cover:
+To run the app in development, you need to make a Postgres database
+`pokemon_trade_dev`. Then you can run the app via `foreman start -f
+Procfile.dev`.
 
-* Ruby version
-
-* System dependencies
-
-* Configuration
-
-* Database creation
-
-* Database initialization
-
-* How to run the test suite
-
-* Services (job queues, cache servers, search engines, etc.)
-
-* Deployment instructions
-
-* ...
+For tests, `rspec` is sufficient.