MastermindReact/README.md
2025-03-03 15:18:32 +01:00

9 lines
225 B
Markdown

# MastermindReact
Implementation of the Mastermind game in react
# Run
Ensure that you have the latest Node version installed.
Then run `npm install`.
Finally run `npm run dev`.
(For now only the development version exist).