May your fingers be fast and your spelling be correct!
TyperShowdown is a typing game supporting multiple players built on top of EchoChamber, a websocket broadcast server to allow real time shares session for multiple browsers
Uses NPM, or Yarn, if you prefer
Install dependencies
npm installRun development server
npm startRun storybook server
npm run storybookRun tests
npm run testRun linting
npm run lintnpm run buildA folder called /build will be created. Thats the root of the site
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.