Skip to content

atomicptr/dauntless-builder

Repository files navigation

dauntless-builder

Create and share Dauntless builds with your friends!

See also: phalanx

Setup

# Clone the repository
$ git clone https://github.com/atomicptr/dauntless-builder.git
$ cd dauntless-builder

# Install dependencies
$ npm install

# Setup .env
$ cp .env.example .env

# Run application
$ npm run dev

Dauntless Builder should now run at: http://localhost:5173

Data Access

The data used by Dauntless Builder is available via endpoints like dauntless-builder.com/api/data.json and dauntless-builder.com/api/builds.json

See also:

for how to access the data, parse build strings or make your own.

Assets

All Dauntless related assets are the property of Phoenix Labs.

License