KreuzWort is
- a tool to create crossword puzzles,
- inspired by the "Kreuz mit den Worten",
- therefore currently only in German, sorry.
Run the development commands either using node & yarn locally, or via docker-compose:
docker-compose run --rm --service-ports dev
Then,
- install the dependencies using
yarn install --frozen-lockfile
, - start the development server with
yarn start
, - 🚀.
To format the code run yarn run prettier
.
This project is licensed under the terms of the MIT license.