Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 551 Bytes

Anagram Manager

A website to help solve anagrams, without just giving you the answers!

Running locally

Just open website/index.html

Tests

make test

Requirements: Docker

This will run a node container and run tests using Chrome.

Deployment

The site is hosted on GitHub Pages, and is deployed using GitHub Actions.

On push, the tests will run and anything in the website directory will be committed and pushed to the gh-pages branch.

What's next?

Use the Kanban board in the Projects tab to see what's coming up!