Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 514 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 514 Bytes

Superbowl Boxes / Squares

Change names in api/server.js and team names in client/src/App.js. Then, build, push and deploy!

Local Dev

Install deps for both api and client.

cd api && npm ci
cd ..
cd client && npm ci

Run script -

./start-dev.sh

NOTE: You need to have yarn pre-installed.

Build and Deploy

docker build -t my-registry:0.0.2 -f Dockerfile .
docker push my-registry:0.0.2

Deploy using your favorite Cloud provider (e.g., GCP Cloud Run on their free tier!)