Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (19 loc) · 350 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 350 Bytes

spicywar.io

A multiplayer game where you try to become the spiciest of them all!

Setup & Running

Debug

Building

npm install --include=dev
npm run build

Staring

Once the game is built, run npm start to execute it.

Production

Building

npm install --include=dev
npm run prod

Starting

npm start