Loading repository data…
Loading repository data…
WFCD / repository
:blue_book: Warframe hub strives to be the community center of the Warframe game
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
In order to run your own version of Warframe Hub, you are required to have the following on your machine:
.nvmrc)Most software related dependencies should be managed by NPM, and will be automatically installed when you try to run the project. We'll cover those dependencies in the following section.
Warframe Hub also relies on the availability of the internet, as it will parse the Warframe WorldState. It uses a slightly easier to parse WorldState provided by Warframe Stat.us, API.
Clone or download and unpack this repository. Install the dependencies using NPM
$ npm i
If everything goes well, it should tell you the number of packages it has installed. Then you can try to run it and hope everything goes well.
$ npm run build
$ npm start
The website will be available for viewing at http://localhost:8742
See REPO_LAYOUT.md for what lives where.
Stack: vinext + React + TypeScript at the repo root (port 8742).
npm install
npm run dev # vinext @ http://localhost:8742
npm run build # production static export
Env: .example.env (NEXT_PUBLIC_*).
Found a bug or an issue? Please submit a bug/issue report under the issue tab.
Our builds leverage GitHub actions to test via cypress & linting. Vercel preview deploys run automatically from the Git integration.
You can see the latest results here or by clicking on the badge at the top of the page.
Only updated files are generally linted, and you can lint them with
npm run lint
or to fix many issues automatically,
npm run lint:fix
We leverage Cypress for testing our frontend code. Tests should be run locally, but if you're developing without tooling locally, the tests will run on github actions when you push to a pull request.
Local testing command, must be run with an instance (either npm start or npm run dev) currently running
npm test
The distribution of this software is protected under Apache License 2.0. If the legal language in the original document is too scary for you, you can view a plain-English version of Apache License which outlines what you can and cannot do with this project HERE
Like most projects, Warframe Hub is purely out of passion, love, and dedication to the Warframe Community and open source software in general. This is not our fulltime job, and probably will never be. No donations will be encouraged because once a person starts to receive payments for a passion project, is it still a passion?