Live games, streams, news and more.
- Website: HTML + TailWind CSS
- JavaScript app: es6/react/redux, built using Vite
The backend API is located at https://hubapi.quakeworld.nu/v2/ (source code)
- Server info: Queried using serverstat
- Events: Scraped from QuakeWorld Wiki main page.
- News and forum posts: Scraped from QuakeWorld.nu main page.
git clone git@github.com:quakeworldnu/hub.quakeworld.nu.git
cd hub.quakeworld.nu
yarn install
Launch dev server at http://localhost:5173
with HMR-enabled.
yarn dev
Build app to /dist
yarn build