Website for the Workshop on Emotion Awareness in Software Engineering
Before building the site from Markdown, make sure that you have installed
GNU make and
Pandoc. You can check your installs by
running the commands make --version
(or possibly gmake --version
) and
pandoc --version
on the command line.
At the command line, cd
into the repository's root directory and run GNU make
(depending on your installation, the command with either be make
or gmake
).
If you have access to year-specific repository, the makefile can deploy the
website automatically. Simply run make deploy
.