View live site at https://alexmiddeleer.github.io/agile-blog/
- testcafe
- http-server
- For end to end,
http-server ./ -p 3000
. In a separate shell, runrun-e2e-tests.sh
. Add argument--live
to use TestCafe live mode - Run
npm test
ornpm test -- --watch
to run unit tests
Right now the site is deployed to github pages, so just merge code to master and push
To convert articles to markdown, run node publish-articles.js
.
Prettier is used for fixing lint. HTMLLint is also recommended.