Skip to content

Reorganizing/cleaning up the front-end

Ana requested to merge front-cleanup into dev
  • Move CSS/SCSS files in resources/
  • Move other assets here too
  • Update the code to use SCSS variables
  • Make a base template, and make other pages inherit it.
  • Update the wiki (will do it once this branch is merged)
  • Integrate the different font weights that @llaq will add in this branch.

To build the front you now need NPM:

npm install --dev # The first time you get the project
npm run dev # Builds the front-end
Edited by Ana

Merge request reports