You need npm to build the project.
brew install npmThen
git clone https://github.com/njuics/java-2019.git
cd java-2019
npm installPlease create new slides in src folder. Use demo.html as the reference to compose good-looking pages. Please put the image files in contents/images.
To preview locally,
npm run live-fa-svgTo deploy to github pages,
npm run build-web
git add .
git commit -a -m "..."
npm run publishOf course, don't forget to push the changes,
git push origin master