Temse
Teaching Empirical Research Methods in Software Engineering
Install / Use
/learn @mendezfe/TemseREADME
Teaching Empirical Research Methods in Software Engineering
Hugo sources for the website emse.education
Build and Run
Prerequisite: install Hugo.
Clone the repository and initiate the git submodule needed for the used theme.
git clone git@github.com:mendezfe/temse.git
cd temse
git submodule update --init
You can then start the Hugo server.
hugo serve -D
The web server is then available at http://localhost:1313/.
