TDD MOOC: Course material
The source code for the website of TDD MOOC at the University of Helsinki, brought to you
by Esko Luontola and Nitor. The course material is in the data
directory.
If you spot a mistake, feel free to open an issue in this repo after consulting with the course assistants.
If you'd help us making the correction, you can open a pull request with your proposed changes. You may find these resources helpful for doing this:
The course material is licensed under the Creative Commons BY-SA 4.0 license.
Start development server at http://localhost:3000
lein ring server-headless
Run tests
lein kaocha --watch
Export the website to disk
lein export
Check for dependency updates
lein ancient :all
Start development server at http://localhost:8000
nvm use && npm run develop
Publish the website
./update-site.sh