Skip to content

The-Noah/bzfs-plugins

Repository files navigation

BZFlag Server Plugins

GitHub license

List of BZFlag server plugins.

Development

The project requires NodeJS, pnpm and git (if using to download or share changes).

  1. Clone the repository
git clone https://github.com/The-Noah/bzfs-plugins.git
  1. Install dependencies
pnpm install
  1. Start development server
pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev --open

Building

To create a production version:

pnpm build

You can preview the production build with pnpm preview.

Releases

No releases published

Contributors