https://github.com/d4l3k/dnd-assistant
DND Assistant is an attempt to make a better DND helper app.
https://github.com/d4l3k/dnd-assistant
android dnd firebase react react-native web
Last synced: 2 months ago
JSON representation
DND Assistant is an attempt to make a better DND helper app.
- Host: GitHub
- URL: https://github.com/d4l3k/dnd-assistant
- Owner: d4l3k
- License: other
- Created: 2018-01-22T00:49:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T01:45:06.000Z (over 3 years ago)
- Last Synced: 2025-02-08T09:30:25.430Z (over 1 year ago)
- Topics: android, dnd, firebase, react, react-native, web
- Language: JavaScript
- Homepage: https://dnd.fn.lc/
- Size: 49.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tristan's DND Assistant
DND Assistant is an attempt to make a better DND helper app. Contributions are
welcome!
https://dnd.fn.lc/
## Contributing
### Install
You'll need to install `yarn` first.
```
$ yarn install
```
### Web Development Server
To launch the web development server run:
```
$ yarn web
```
This launches `webpack-dev-server`.
### Build Web Prod
```
$ yarn webprod
```
### Android Development
To start the android bundle server:
```
$ yarn start
```
To install the app on a connected device:
```
yarn android
```
### Coding Style
Please follow the [JavaScript Standard Style](https://standardjs.com/rules.html).
All code is packaged using webpack, babel, and ES6 modules.
### iOS
Currently not supported. I'd love to have someone migrate it however. It
shouldn't be too much work, I just don't have a development device or
environment.
## License
Copyright 2018 Tristan Rice
DND Assistant is freely available for non-commercial individual use.
See the `LICENSE` file for more information.