Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add view #8

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Add view #8

merged 3 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Add nunjucks

    Nunjucks is probably the most widely used templating language across UK
    government and by extension dxw.
    We want this app to be easy to maintain and extend so, despite its
    flaws, it makes sense to use Nunjucks.
    rich authored and richpjames committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b1c1715 View commit details
    Browse the repository at this point in the history
  2. Add Chokidar

    This is used for watching Nunjucks files and must be installed
    seperately
    rich authored and richpjames committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b148cff View commit details
    Browse the repository at this point in the history
  3. Add first view

    Lets use Nunjucks to render something to the user.
    For now we just want to list all the names of the repos.
    rich authored and richpjames committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b9a6e52 View commit details
    Browse the repository at this point in the history