GW2AP Running locally git clone https://github.com/reks-scripts/gw2ap.git gw2ap cd gw2ap npm install npm run dev-server npm run dev-client Or start both the server and client with: npm run dev Webpack production build npm run build Docker docker build -t gw2ap . docker run -d -p 8080:8080 --name gw2ap gw2ap . License MIT