Skip to content

hpsbranco/dauntless-builder

 
 

Repository files navigation

dauntless-builder

Build Status Crowdin

Create and share Dauntless builds with your friends!

Screenshot of Dauntless Builder

Documentation

Localization

We're using Crowdin for managing localizations: https://crowdin.com/project/dauntless-builder

Development Setup

Requirements:

  • Node.js 16+ (Non LTS versions are generally unsupported)
  • yarn package manager (install via npm install -g yarn)
# Assumption: You have already cloned the repository and are inside the directory
# Install dependencies
$ yarn
# Build dependency data (item data, i18n files, about page stuff, etc.)
$ yarn build:deps
# Run the development environment
$ yarn dev

You should now have Dauntless Builder running on your system via http://localhost:3000 (port might be different).

Notes

Data changes & the map file

If you change something in data/ make sure to call yarn build:data which will update .map/names.json and include that in your pull request.

English Language

Because Dauntless is developed by a Canadian company, we decided to use Canadian/British English instead of American English.

Contact

If you find an issue or want to provide feedback please use Github Issues, join the Dauntless Builder Discord Server or the Dauntless Builder Matrix Channel.

Assets

All Dauntless related assets are the property of Phoenix Labs.

The collected data itself is public domain.

License

About

Create and share Dauntless builds with your friends!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 7.0%
  • Other 0.4%