Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 510 Bytes

The HEGame

Real-life puzzle taking place in the wastelands of the lower saxony low land plains.

Developing

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of the app:

android

chmod +x ./run-android

./run-android

ios

chmod +x ./run-ios

./run-ios