Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 372 Bytes

space-crew

A multiplayer videogame, maybe.

How to run your own server

Install Node.js, clone the repository and run:

npm install
npm run build

Then start a server with:

node server

And open localhost:3000 in your browser.

Contributing

Feel free to send pull requests or open issues for bugs or suggestions!