https://github.com/codergautam/islandwar.io
https://github.com/codergautam/islandwar.io
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codergautam/islandwar.io
- Owner: codergautam
- Created: 2022-08-07T21:09:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T18:03:23.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:27:35.545Z (about 1 year ago)
- Language: TypeScript
- Size: 23.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# islandwar.io
A multiplayer game where you try to capture all the islands and dominate
## Setup & Running
### Debug
#### Building
```sh
npm install --include=dev
npm run build
```
#### Staring
Once the game is built, run `npm start` to execute it.
### Production
#### Building
```sh
npm install --include=dev
npm run prod
```
#### Starting
`npm start`