Synonym puzzle game
Make sure to install Deno
Then start the project:
deno task start
This will watch the project directory and restart as necessary.
Create a new branch, make the changes you want to make, then create a pull request.
Make sure to run deno test
& deno fmt
before commiting.