Skip to content

bzlist/bzlist.net

Repository files navigation

BZList

GitHub license GitHub package.json version Build Status CD Netlify

Socket.io + React = (kind of) real-time server stats for BZFlag.

The app is running at bzlist.net. The origonal version was made with Angular, and can be found here.

You can view the changelog here.

Get started

It's easy to get started, just follow the few steps below.

Get the code

You can get the code by either cloning the reposity (which is recommended) or downloading it as a ZIP file.

To clone the repository run the following (you must have Git installed).

git clone https://github.com/bzlist/bzlist.net.git
cd bzlist.net

The latest ZIP file can be found at here.

Install npm packages

npm install

Available Scripts

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser and the page will live reload when you make edits.

npm run lint

Lints the TypeScript and SCSS files in src.

npm run build

Builds the app for production and outputs it to build. It correctly bundles React in production mode and optimizes the build for the best performance.

License

Licensed under the MIT license.