# champ-r **Repository Path**: OrganizationStudy/champ-r ## Basic Information - **Project Name**: champ-r - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2022-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChampR [![](https://img.shields.io/github/v/release/cangzhang/champ-r?label=LATEST%20VERSION&style=for-the-badge)](https://github.com/cangzhang/champ-r/releases/latest) [![](https://img.shields.io/github/downloads/cangzhang/champ-r/total?style=for-the-badge)](https://github.com/cangzhang/champ-r/releases) [![](https://img.shields.io/github/workflow/status/cangzhang/champ-r/release?style=for-the-badge&color=65C0A3)](https://github.com/cangzhang/champ-r/actions) Another League of Legends helper. [Screenshots here](./screenshots). [App icon](https://www.flaticon.com/free-icon/dog_2767976), credits to [flaticon.com](https://www.flaticon.com/). ## Features - đŸ“Ļ Auto generate recommend champion builds - 🎉 Popup runes list & apply on the fly - ✨ i18n support - `Chinese` - `English` - â„šī¸ Update notifier ## Download https://github.com/cangzhang/champ-r/releases ## Development ### Prerequisite - [Node.js](https://nodejs.org/en/) >= 10 - [yarn](https://classic.yarnpkg.com/lang/en/) ### Install dependencies ```console yarn ``` ### Start ```console yarn start ``` ### Build ```console yarn build:local ```