/TRUG

Trójmiasto Ruby User Group

Primary LanguageJavaScript

TRUG - Trójmiasto Ruby User Group

Join the chat at https://gitter.im/gotar/TRUG

Sinatra powered webpage of TRUG. Check on http://trug.pl

Local development

Install all dependencies:

bundle install
npm install

Run application:

bundle exec foreman start -f Procfile.dev

And visit http://localhost:9292 to see it.