Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.25 KB

readme.md

File metadata and controls

37 lines (29 loc) · 1.25 KB

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