Wissle is an app where you can announce what you are doing in order to meet people with similar interests.
- RVM
- NPM
$ rvm install $(cat .ruby-version)
$ rvm gemset create $(cat .ruby-gemset)
$ rvm use $(cat .ruby-version)@$(cat .ruby-gemset)
$ gem install bundler
$ bundle install
$ cd web
$ npm install yarn
$ yarn install
Run the Rails and the webpack server
$ foreman start
Enable automated code style checking
$ overcommit --install