- Full codex of all the game's units, skills, factions and wielders
- Spotlight search
- and more to come! Feel free to suggest new features.
We have the approval and support of the game studio (Lavapotion) to use the game data in this project 🤘.
This app is Open Source. Contributors are highly welcome! You can find open tasks and issues on GitHub.
Join us on Discord if you like to contribute.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
The collection files in lib/collections
are extracted from the game data. This is done by a different project, which is not part of the repository.
If you require more information, please add an issue.
This project is based on the game data of Songs of Conquest. See extractor/README.md for more information.
The following list shows the environment variables you can set. You can find more information on Environment Variables:
KEY | VALUE |
---|---|
NEXT_PUBLIC_PLAUSIBLE_HOST | Plausible API host (optional) |
NEXT_PUBLIC_PLAUSIBLE_DOMAIN | Plausible domain (optional) |
If you are interested in the analytics of this project, please visit the dashboard. It's based on Plausible, a privacy-friendly analytics solution without the need of cookie banners or GDPR consent.
MIT