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