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

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.

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.