# Pokemon.trade ### Running the app: You will need `config/config.yml`. This file is not committed to the repository. 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`. For Rails tests, run `rspec`. For Javascript tests, run `yarn test`.