Online browser game made for StephKomm at https://twitch.tv/stephkomm
- Clone the repo
- Enter client dir (
cd client
) - Install packages with npm (
npm install
) - Enter server dir (
cd ../server
) - Repeat 3 (
npm install
)
npm run build
for production buildnpm run dev
for dev build listener