Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 509 Bytes

vault-hunters-map-tracker

This project is a companion app for people who play Vault Hunters 3rd Edition, and would like to track their progress in the vaults together.

map_with_2_players.png

Usage

Install dependencies:

npm install

Then build the client and server apps with:

npm run build

Finally, you can start the server with:

npm run start

Good luck in the vaults!