Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 263 Bytes

ZRP Easter 23

This is a ZORK based game for our internal easter campaign.

Setup

  1. Install deps using yarn install;
  2. Copy .env.example to .env;
  3. Replace .env variables;
  4. Run yarn dev;
  5. Open http://localhost:3000