https://github.com/helldivers-2/companion
A companion web app for the game Helldivers 2
https://github.com/helldivers-2/companion
companion helldivers-2 vercel
Last synced: 28 days ago
JSON representation
A companion web app for the game Helldivers 2
- Host: GitHub
- URL: https://github.com/helldivers-2/companion
- Owner: helldivers-2
- License: mit
- Created: 2024-03-16T18:28:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T14:35:58.000Z (about 2 months ago)
- Last Synced: 2026-01-18T21:57:00.610Z (about 2 months ago)
- Topics: companion, helldivers-2, vercel
- Language: TypeScript
- Homepage: https://helldivers.michi.onl
- Size: 1.85 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helldivers 2 Companion
A real-time companion app for Helldivers 2 game data. Track war status, campaigns, news, and statistics. This is the second version, rewritten for better maintainability.
## Features
- Real-time war status and galactic progress
- Active planet liberation campaigns
- Game news and updates
- War statistics and metrics
## Getting Started
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
First, install the packages and run the development server:
```bash
pnpm install
pnpm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing pages by modifying `.tsx` files. The page auto-updates as you edit the file.
## Contributing
Contributions are welcome! Fork the repo, make your changes, and submit a pull request.
## Learn More
To learn more about Next.js:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial
Your feedback and contributions are welcome!