Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 797 Bytes

File metadata and controls

12 lines (10 loc) · 797 Bytes

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