An open API service indexing awesome lists of open source software.

https://github.com/pschilly/gtfo-kb

Global Task Force Overlord Knowledge Base
https://github.com/pschilly/gtfo-kb

community dcs-world knowledge-base

Last synced: 5 months ago
JSON representation

Global Task Force Overlord Knowledge Base

Awesome Lists containing this project

README

          


DCS Statistics Dashboard Logo

# Global Task Force Overlord - Knowledge Base

This knowledge base is simply that, a collection of information pertaining to the Digital Combat Simulator community Global Task Force Overlord `GTFO`. This information is to be used by tthe members of `GTFO`.

## Developing

Node.js is required to test changes locally. Run the following commands to start the server:

``` bash
# Verify Node.js is installed
node -v
npm -v

# Start local server
npm install
npm run dev
```