Skip to content

leihs/leihs_legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leihs

This is the main component of leihs. See the super project leihs/leihs for more information.

Frontend

Install needed dependencies:

  • node.js, see asdf and asdf nodejs
  • yarn, e.g. npm i -g yarn

Precompilation

Shortcut: If you changed the assets and just want the CI to be green: ./bin/precompile-and-amend-assets && git push -f

Frontend-Dev

Optionally webpack can run alongside rails, to compile files on change instead of on request (faster). This is recommended when working on JS/Frontend primarily:

run ./bin/webpack-dev-server before starting ./bin/rails server