This repository contains material for the Mobile Computing Course (5th year) at HTL Perg.
- Install Node.js
- Clone repository
- Run
npm install
to install dependencies - Run
npm run build
to build presentation intodist
folder - Run
npm start
during content creation to build in case of changes and serve using a local dev server
You can build and run the slides in Docker:
- Build the image using:
docker build -t htl-mobile-computing-5 .
- Run the image from dockerhub:
docker run -d -p 8080:80 rstropek/htl-mobile-computing-5
. You can now open the slides at http://localhost:8080/.