Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.16 KB

Online Trader

Maintainability

Build Status

Build online trading communities

Running on heroku: https://collect-and-swap.herokuapp.com/

Development setup using Docker

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

Licence

Licensed under the MIT License.