|
|
il y a 6 ans | |
|---|---|---|
| app | il y a 6 ans | |
| bin | il y a 7 ans | |
| config | il y a 6 ans | |
| db | il y a 7 ans | |
| lib | il y a 6 ans | |
| log | il y a 7 ans | |
| public | il y a 7 ans | |
| spec | il y a 6 ans | |
| storage | il y a 7 ans | |
| test | il y a 7 ans | |
| tmp | il y a 7 ans | |
| vendor | il y a 7 ans | |
| .gitignore | il y a 6 ans | |
| .rspec | il y a 6 ans | |
| .ruby-version | il y a 6 ans | |
| Gemfile | il y a 6 ans | |
| Gemfile.lock | il y a 6 ans | |
| Procfile.dev | il y a 6 ans | |
| README.md | il y a 7 ans | |
| Rakefile | il y a 7 ans | |
| babel.config.js | il y a 6 ans | |
| config.ru | il y a 7 ans | |
| jsconfig.json | il y a 6 ans | |
| package.json | il y a 6 ans | |
| postcss.config.js | il y a 6 ans | |
| yarn.lock | il y a 6 ans |
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.