Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomicptr/dauntless-builder

Create and share Dauntless builds with your friends!
https://github.com/atomicptr/dauntless-builder

builder builds daisyui dauntless equipment game share svelte sveltekit tool typescript webapp

Last synced: about 2 months ago
JSON representation

Create and share Dauntless builds with your friends!

Awesome Lists containing this project

README

        

# dauntless-builder

Create and share Dauntless builds with your friends!

See also: [phalanx](https://github.com/atomicptr/phalanx)

## Setup

```bash
# 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](https://dauntless-builder.com/api/data.json) and [dauntless-builder.com/api/builds.json](https://dauntless-builder.com/api/builds.json)

See also:

- [PHP Dauntless Builder SDK](https://github.com/atomicptr/php-dauntless-builder-sdk)

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

[![](https://www.gnu.org/graphics/agplv3-155x51.png)]()