Skip to content

BaselHack/hackaparty

 
 

Repository files navigation

Hackaparty

Getting the application from Docker Hub:

docker pull hackaparty/hackaparty

Running on Amazon EC2 in Docker:

docker run -e DANGEROUSLY_DISABLE_HOST_CHECK -p 8080:8080 -p 3000:3000 -p 3001:3001 -d hackaparty/hackaparty ./run http://`wget -qO- https://ipecho.net/plain ; echo`:8080/login

Docker Hub:

[https://hub.docker.com/r/hackaparty/hackaparty/]

Build for local Docker

docker build -t abc/hackaparty .
docker run -e DANGEROUSLY_DISABLE_HOST_CHECK -p 8080:8080 -p 3000:3000 -p 3001:3001 -d abc/hackaparty ./run http://<IP>:8080/login

Run local environment

git clone https://github.com/hackaparty/hackaparty
cd hackaparty
npm install
./run http://IP:8080/login

Main endpoints for playing

http://IP:8080/startup for big display.

http://IP:8080/login for players. This is the URL which is transformed in to QR code form to make it easy for the players to access it by simply opening it on their phone (iOS automatically detects QR codes).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 13.6%
  • CSS 4.3%
  • Other 0.7%