Skip to content

Adds real data to components + adds code-formatting scripts to npm

Karl Thomsson requested to merge realDataForComponents into main
  • Added the real course data to each relevant component.
  • Added a formatting script to npm. This adds a dependency to the project and means that upon pulling this version one has to run npm install for the code to compile. The script is available by typing npm run format from the command line while standing in the project directory.
  • Ran the formatter, hence the massive amount of code being changed.

Merge request reports