/course-material

A repository containing the course materials for the courses I teach at Jönköping Univeristy.

Primary LanguageHTML

This is a project for a Single-Page Application implemented in VuePress that I (Peter Larsson-Green) will use to share the course material in the courses I teach at Jönköping University. It is hosted here on GitHub at peppel-g.github.io/course-material/ using their static web hosting service GitHub pages.

Development

  1. git clone https://github.com/PeppeL-G/course-material.git
  2. cd course-material
  3. npm install
  4. npm run dev
  5. Open localhost:8080 in a web browser.

Deploy

To upload the changes to GitHub Pages, run the npm script called deploy:

  1. npn run deploy