Build online trading communities
Running on heroku: https://collect-and-swap.herokuapp.com/
setup code analysis
BUNDLE_GEMFILE=Gemtools bundle install # not recommended to be added to Gemfile
overcommit --install && overcommit --sign && overcommit --sign pre-commit
install docker. Install Docker for Mac
docker-compose build
docker-compose run --rm app bin/setup
docker-compose up # server on http://localhost:9292
Running tests
docker-compose run --rm app bin/rake
# or start a bash console inside docker and run commands
docker-compose run --rm app bash
bin/rake
Running cypress
npm install
docker-compose up -d
node_modules/.bin/cypress open -P spec
Licensed under the MIT License.