Open raffaem opened 11 months ago
I'm following the documentation to install wger locally.
But the wger bootstrap command seems to require yarn and sass
wger bootstrap
yarn
sass
So, in that documentation page, we should advise the users to install those tools before running the command.
I have updated the development.rst documentation to address this issue. Please see the PR #34 in the docs repository.
I'm following the documentation to install wger locally.
But the
wger bootstrap
command seems to requireyarn
andsass
So, in that documentation page, we should advise the users to install those tools before running the command.