Skip to content

ethanmuller/micro_mmo

 
 

Repository files navigation

Installation & Development

To start vite:

npm install
npm run dev

This will start vite, and will hot-reload changes. It will also concurrently run the multiplayer server.

Starting this process will print out an IP address that you can use to visit the game client via other devices on the same network as your server. If your phone shares a network with the computer running a server, you can scan the QR code in the terminal to join the game.

How to Deploy

You must have ssh access to mush.network. From a local machine, run:

npm run build
scp -r dist/* me@mush.network:public/mouse

This will build the client statically, then copy the built files up to the server.

About

Experimental hangout web space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.1%
  • Vue 19.8%
  • Other 1.1%