/larping-2019

App for people into Live Action Role Play to create LARPing events

Primary LanguageRuby

Larping 2019

Codeship Status for KatieWright26/larping-2019 Code coverage

Production Site

To run app

rails s

To run tests

rspec spec/*

Stack

  • Ruby on Rails
  • Postgres DB
  • Yarn
  • Foundation as styling framework
  • Rspec, Cabybara, FactoryBot as testing stack.
  • Ruby 2.5.3

Development

  • bin/setup in the console should get you most of the way

  • bundle exec rspec spec/ to run tests

  • bundle exec rubocop to lint code, -a flag will autocorrect errors.

Process