Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/larttyler/mhwdb-contrib
- Owner: LartTyler
- Created: 2018-09-29T00:44:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:42:45.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T21:56:02.311Z (over 1 year ago)
- Topics: mhw-db, monster-hunter, monster-hunter-world
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```