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 install
Run development server
npm start
Run storybook server
npm run storybook
Run tests
npm run test
Run linting
npm run lint
npm run build
A 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.