Skip to content

quakeworldnu/hub.quakeworld.nu

Repository files navigation

QuakeWorld Hub Build and deploy

Live games, streams, news and more.

Stack

  • Website: HTML + TailWind CSS
  • JavaScript app: es6/react/redux, built using Vite

Data sources

The backend API is located at https://hubapi.quakeworld.nu/v2/ (source code)

Development

Setup

  1. git clone git@github.com:quakeworldnu/hub.quakeworld.nu.git
  2. cd hub.quakeworld.nu
  3. yarn install

Local development

Launch dev server at http://localhost:5173 with HMR-enabled.

yarn dev

Build

Build app to /dist

yarn build

Related projects