All of these must be available in your PATH. To verify things are set up
properly, you can run this:
git --version
node --version
npm --versionIf you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for windows or mac/linux.
git clone [email protected]:Xiphe/high-performance-teams-game.git
cd high-performance-teams-game
npm installIt's recommended to use Visual Studio Code and have these extensions installed:
editorconfig.editorconfigdbaeumer.vscode-eslintesbenp.prettier-vscodestylelint.vscode-stylelintms-vsliveshare.vsliveshare(for pairing)
In the project directory, run:
npm startThis should directly open http://localhost:3000 in your browser.
In the project directory, run:
npm testIn the project directory, run:
# Simulate 300 runs
npm run simulate 300This will open a jest session in the terminal.