This is a ZORK based game for our internal easter campaign.
- Install deps using
yarn install
; - Copy
.env.example
to.env
; - Replace
.env
variables; - Run
yarn dev
; - Open http://localhost:3000
This is a ZORK based game for our internal easter campaign.
yarn install
;.env.example
to .env
;.env
variables;yarn dev
;