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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:42:45.000Z (over 2 years ago)
- Last Synced: 2025-04-02T04:35:17.975Z (2 months ago)
- Topics: mhw-db, monster-hunter, monster-hunter-world
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 4
- Watchers: 4
- 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
```