Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 231 Bytes

coronames

This is a simple project to explore Vue and websockets.

You can build an image and run it locally with:

docker build . -t coronames
docker run -d -p3000:3000 --env ADMIN_PASS=admin --name=coronames coronames