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

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

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!