Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/larttyler/mhwdb-contrib

Source code for the contribution system used by the Monster Hunter: World API project (https://contrib.mhw-db.com)
https://github.com/larttyler/mhwdb-contrib

mhw-db monster-hunter monster-hunter-world

Last synced: 4 days ago
JSON representation

Source code for the contribution system used by the Monster Hunter: World API project (https://contrib.mhw-db.com)

Awesome Lists containing this project

README

        

## Contributing
Feel free to open an issue with any requests or issues. If you'd like to submit pull requests, they'd be more than
welcome! For a list of pending and in-progress items, please check out [the Trello board](https://trello.com/b/mAlyiAZz/mhw-contrib).

If you'd like to discuss anything related to the project, or if you just wanna say hi, feel free to join the project's
[Gitter](https://gitter.im/mhw-db/general) chat.

## Getting Started
To start up a local dev environment, run the commands below.

```
$ git clone https://github.com/LartTyler/MHWDB-Contrib.git
$ cd MHWDB-Contrib/
$ yarn install
$ yarn start
```