Skip to content

App version inspired by the world-of-heg cli game

License

Notifications You must be signed in to change notification settings

diepoe/heg-game

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2023
May 9, 2023
May 1, 2023
May 1, 2023
May 9, 2023
May 9, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Feb 4, 2023
Mar 21, 2023
Jan 20, 2023
May 1, 2023
Apr 28, 2023
Jan 20, 2023
Mar 21, 2023
Jan 22, 2023
Jan 31, 2023
May 1, 2023
Jan 20, 2023
Jan 20, 2023

Repository files navigation

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