Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuppachino/alune-pbe
Champion Select WebSocket Overlay app. Demo/mvp example for Hexgate.
https://github.com/cuppachino/alune-pbe
lcu lcu-api league-of-legends overlay typescript
Last synced: 15 days ago
JSON representation
Champion Select WebSocket Overlay app. Demo/mvp example for Hexgate.
- Host: GitHub
- URL: https://github.com/cuppachino/alune-pbe
- Owner: cuppachino
- Created: 2023-08-02T21:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T05:51:48.000Z (about 1 year ago)
- Last Synced: 2024-10-27T18:41:14.646Z (2 months ago)
- Topics: lcu, lcu-api, league-of-legends, overlay, typescript
- Language: TypeScript
- Homepage: https://hexgate.app/
- Size: 3.38 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alune
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```