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
- Host: GitHub
- URL: https://github.com/pschilly/gtfo-kb
- Owner: pschilly
- License: other
- Created: 2025-07-14T15:40:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-05T18:46:17.000Z (6 months ago)
- Last Synced: 2026-01-06T23:51:10.868Z (6 months ago)
- Topics: community, dcs-world, knowledge-base
- Language: TypeScript
- Homepage: https://kb.globaltaskforceoverlord.org
- Size: 9.98 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```