|
|
пре 6 година | |
|---|---|---|
| app | пре 6 година | |
| bin | пре 7 година | |
| config | пре 6 година | |
| db | пре 7 година | |
| lib | пре 6 година | |
| log | пре 7 година | |
| public | пре 7 година | |
| spec | пре 6 година | |
| storage | пре 7 година | |
| test | пре 7 година | |
| tmp | пре 7 година | |
| vendor | пре 7 година | |
| .gitignore | пре 6 година | |
| .rspec | пре 6 година | |
| .ruby-version | пре 6 година | |
| Gemfile | пре 6 година | |
| Gemfile.lock | пре 6 година | |
| Procfile.dev | пре 6 година | |
| README.md | пре 7 година | |
| Rakefile | пре 7 година | |
| babel.config.js | пре 6 година | |
| config.ru | пре 7 година | |
| jsconfig.json | пре 6 година | |
| package.json | пре 6 година | |
| postcss.config.js | пре 6 година | |
| yarn.lock | пре 6 година |
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.