9 lines
225 B
Markdown
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).
|