/2021-1-web-dev

Repo for web dev track

Primary LanguageHTML

Powercoders web development track, spring 2021

For an overview of the course, see the curriculum.

How to build the slides

The following instructions are targeted to those wishing to edit the slides.

Slides are compiled from */Readme.md files to */slides.html Reveal.js presentations using pandoc.

If you have pandoc and make installed on your computer, your can directly run:

make

If you don't but you have docker installed, then you can use docker-compose:

docker-composer up