This is a project for a Single-Page Application implemented in VuePress that Peter Larsson-Green started to use to share the course material at Jönköping University. It is hosted here on GitHub at pr-ju.github.io/course-material/ using their static web hosting service GitHub pages.
git clone https://github.com/pr-ju/course-material.git
cd course-material
npm install
npm run dev
- Open localhost:8080 in a web browser.
To upload the changes to GitHub Pages, run the npm script called deploy
:
npm run deploy