Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 320 Bytes

Helldiving Wingman

An application you can run on your second monitor while playing.

Intended to provide vital information for spreading democracy.

#!/usr/bin/env bash

# https://pnpm.io/installation
curl -fsSL https://get.pnpm.io/install.sh | sh -

cd src
pnpm install
pnpm dev