Skip to content

gdozot2/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

debugging

# run a base ruby container to try out something. will self-delete on exit.
docker run --rm -it  -v ${PWD}/:/leihs/legacy --workdir /leihs/legacy ruby:2.7.5-bullseye /bin/bash
# or with the leihs app inside:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 36.4%
  • JavaScript 32.9%
  • Haml 8.7%
  • CoffeeScript 7.8%
  • Gherkin 7.6%
  • HTML 3.9%
  • Other 2.7%