Skip to content

South American Ski Touring Community. Share your trails and experiences

Notifications You must be signed in to change notification settings

TheDG/Andes-Touring

Repository files navigation

RoR ruby

README

Development setup

  • touch .env on root folder
  • bundle install
  • yarn
  • rake db:setup

Development tips

  • Fix rubocop offences automatically: rubocop -a
  • Fix eslint offences automatically: yarn eslint-fix

Run tests

  • rake linters
  • rake tests

Credentials

  • EDITOR="vim" rails credentials:edit --environment development
  • EDITOR="vim" rails credentials:show --environment development

Mount application

  • rails s -b 'ssl://localhost:3000?key=./.ssl/localhost.key&cert=./.ssl/localhost.crt'
  • Open localhost:3000 with any browser

About

South American Ski Touring Community. Share your trails and experiences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published