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 --version
If 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 install
It's recommended to use Visual Studio Code and have these extensions installed:
editorconfig.editorconfig
dbaeumer.vscode-eslint
esbenp.prettier-vscode
stylelint.vscode-stylelint
ms-vsliveshare.vsliveshare
(for pairing)
In the project directory, run:
npm start
This should directly open http://localhost:3000 in your browser.
In the project directory, run:
npm test
In the project directory, run:
# Simulate 300 runs
npm run simulate 300
This will open a jest session in the terminal.