Skip to content

brentechols/typespeed_br

 
 

Repository files navigation

A battle royale where you have to out-type your opponents

Starting the stack locally

./run_local.sh

This starts all of the services, attaches file watchers, and runs them using the default local config. Each service

NPM commands

Each of the services conforms to the same pattern of npm commands to run:

Command Description
npm run build Builds the app using babel, and dumps it into the /build folder
npm run start Runs the built app, found in the /build folder
npm run start-local Runs the server in dev mode, and attaches file watchers for restarting on file save.

Local Development

Where services run

Service Name Port
Static asset server 3000
Matchmaking server 8081
Game instance manager 8082
Game instance 8083

About

Out type your opponents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.1%
  • CSS 13.9%
  • HTML 3.6%
  • Shell 3.4%
  • Dockerfile 2.0%