Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 511 Bytes

haml2erb.org website

Pet project for trying and training some technologies https://haml2erb.org

Requirements

Installing

  1. Install nodejs dependencies: yarn install
  2. Install ruby dependencies: bundle install

Development

  1. webpack --watch
  2. bundle exec rackup

For ruby code autoreload you can use tools like http://entrproject.org

TODO

  • autoreload without external tools
  • webpack & rackup in one command