Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 482 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 482 Bytes

Ghostoban

A game for the Brackeys Game Jam 2022.2.

Participants:

  • Calvin Shyu
  • Jae Min Im
  • Bretton Chen
  • Henry Blanchette

Developing

To get started:

git clone https://github.com/Riib11/ghostoban.git
cd ghostoban
npm install

To build and launch the project in developer mode:

npm run build:dev
npm run serve:dev

To build and launch the project in production mode:

npm run build:prod
npm run serve:prod