Sign inSign up

ryanlawtonprog/bingo

By ryanlawtonprog

•Updated over 4 years ago

Image
0

885

ryanlawtonprog/bingo repository overview

⁠Bingo Generator

Small React Application to generate randomised bingo boards for video game speedruns

⁠Available Scripts

In the project directory, you can run:

⁠npm start

Runs the app in the development mode.
Open http://localhost:3000⁠ to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

⁠npm test
⁠npm run build
⁠npm run eject

⁠Docker Image Build Commands {Authentication Required}

⁠Build React Files

npm run build

⁠Build Bingo Image

docker build -t bingo .

⁠Tag Image for External Repo

docker tag bingo ryanlawtonprog/apps:bingo to tag bingo

⁠Push Repo

docker push ryanlawtonprog/apps:bingo to private repo

Tag summary

Content type

Image

Digest

Size

54.5 MB

Last updated

over 4 years ago

docker pull ryanlawtonprog/bingo