Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
/ agile-blog Public archive

A blog about making software using agile ideas, itself being the case study

License

Notifications You must be signed in to change notification settings

alexmiddeleer/agile-blog

Repository files navigation

Agile Blog

View live site at https://alexmiddeleer.github.io/agile-blog/

Global Tools Needed

  1. testcafe
  2. http-server

Running the tests

  1. For end to end,http-server ./ -p 3000. In a separate shell, run run-e2e-tests.sh. Add argument --live to use TestCafe live mode
  2. Run npm test or npm test -- --watch to run unit tests

Deploying

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.

Linting

Prettier is used for fixing lint. HTMLLint is also recommended.

About

A blog about making software using agile ideas, itself being the case study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published