Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 681 Bytes

Bruin-O-Bruin

Azure

Group project for CS 35L Fall 2022

A board elimination game web app created with Node.js inspired by 羊了个羊 (A similar type of elimination game from China)

Run locally

Require Node.js v16.18.0

git clone [email protected]:allenwang2333/bruin-o-bruin.git
cd bruin-o-bruin/bruin-o-bruin
npm install
npm run build
cd ..
npm install
npm run dev

Then, check http://localhost:8080/ to see the web-app

Run remotely

Checkout https://bruinobruin.azurewebsites.net/ for Azure website