Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/atomicptr/dauntless-builder
- Owner: atomicptr
- License: agpl-3.0
- Created: 2024-10-10T14:19:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T21:43:00.000Z (about 2 months ago)
- Last Synced: 2024-12-11T22:29:09.171Z (about 2 months ago)
- Topics: builder, builds, daisyui, dauntless, equipment, game, share, svelte, sveltekit, tool, typescript, webapp
- Language: Svelte
- Homepage: https://dauntless-builder.com
- Size: 987 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)]()