https://github.com/explooosion/browndust-share
This website is for browndust formation sharing
https://github.com/explooosion/browndust-share
brown-dust browndust formation mercenary share
Last synced: about 1 year ago
JSON representation
This website is for browndust formation sharing
- Host: GitHub
- URL: https://github.com/explooosion/browndust-share
- Owner: explooosion
- License: mit
- Created: 2019-08-14T13:27:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T00:20:18.000Z (over 1 year ago)
- Last Synced: 2024-09-15T07:09:22.012Z (over 1 year ago)
- Topics: brown-dust, browndust, formation, mercenary, share
- Language: JavaScript
- Homepage: https://browndust.info
- Size: 24.6 MB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
# Brown Dust Formation Sharing
An online mercenary formation share website. (unofficial)

## Features
- Supports drag and drop
- Generate an image or URL
- Customizing your content
- Export a custom size
- i18n language
## Step
1. Select the mercenary list, and click the formation. Or just drag and drop.
2. Drag the mercenary in the grid to change the position.
3. Right click can set skill enhancement level.
4. Double-click or drag to the right to remove the mercenaries in the grid.
5. Click [turnorder] to setup priority.
6. Click [download] to get image or [copylink] get share link.
## Browser Support
This website support in the following browsers:
|
|
|
|
|
|
|
| :-------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: |
| Latest ✔ | Latest ✔ | Nope ✘ | Nope ✘ | Latest ✔ | Latest ✔ |
## Screenshots








## Deploy
Installation.
```sh
yarn # npm install
```
Download resource (everytime when the game has been update.).
```sh
yarn download # npm run download
```
Copy .env.example, and rename to .env
```sh
# checkout variables...
```
Start server.
```sh
yarn start # npm start
```
Buid website.
```sh
yarn build # npm run build
```
This website will update when git push by github actions.
```sh
git push origin master
```
## Update
~~Download [getAllCharacters](https://browndust-api.pmang.cloud/book/getAllCharacters) (Korea), and replace the `getAllCharacters.json` in `pre-work`.~~
Update characters from Korea version with the following script.
```sh
yarn download # npm run download
```
After running script, you will get new images.
## Credit
- [create-react-app](https://github.com/facebook/create-react-app)
- [csshake](https://elrumordelaluz.github.io/csshake)
- [html-to-image](https://github.com/bubkoo/html-to-image)
- [react-flags-select](https://github.com/ekwonye-richard/react-flags-select)
- [react-i18next](https://react.i18next.com/)
- [pretty-checkbox](https://github.com/lokesh-coder/pretty-checkbox)
- [react-icons](https://react-icons.netlify.com)
- [react-spinners](https://www.react-spinners.com)
## Reference
- [Brown Dust Mercenary Encyclopedia](https://book.browndust.app)
- [Brown Dust Wiki](https://browndust.wiki/wiki/Brown_Dust_Wiki)
- [browndust-api](https://browndust-api.pmang.cloud/v1/book/character/getAll)
- [browndust-global-api](https://browndust-global-api.pmang.cloud/v1/book/character/getAll)
## Introduction
## License
Brown Dust share is open source software [licensed as MIT](https://github.com/explooosion/browndust-share/blob/master/LICENSE).