Create and share Dauntless builds with your friends!
- Data Documentation - How data is set up, how to contribute, how to use our data in your application.
- Data Deprecations - Things that have been or will be removed from the public facing data "api"
- Localization Documentation - How the translation system works, how to contribute translations etc.
We're using Crowdin for managing localizations: https://crowdin.com/project/dauntless-builder
Requirements:
- Linux / MacOS / WSL v2+, regular Windows is unsupported
- Node.js 18+ (Non LTS versions are unsupported)
# Assumption: You have already cloned the repository and are inside the directory
# Install dependencies
$ npm install
# Build dependency data (item data, i18n files, about page stuff, etc.)
$ npm run build:deps
# Run the development environment
$ npm run dev
You should now have Dauntless Builder running on your system via http://localhost:3000 (port might be different).
If you change something in data/ make sure to call npm run build:data
which will update .map/names.json
and include that in your pull request.
Because Dauntless is developed by a Canadian company, we decided to use Canadian/British English instead of American English.
If you find an issue or want to provide feedback please use Github Issues, join the Dauntless Builder Discord Server or the
All Dauntless related assets are the property of Phoenix Labs.
The collected data itself is public domain.