Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 599 Bytes

README.md

File metadata and controls

45 lines (38 loc) · 599 Bytes

2022_camp

This is the website of game "Monopoly" in NTUEE camp for freshman!

By rayray2002, jerry1249756 and hackhaha1

Development

Frontend

cd frontend
yarn start

Backend

cd backend
yarn initdata
yarn server

Deployment

Local

yarn build-frontend
yarn start

Docker

Image: rayray2002/monopoly

Build and Push

bash scripts/build_and_push.sh

Run

# Simple
docker-compose up -d
# Pull and Run
bash scripts/run.sh

Init

bash scripts/initdb.sh