Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 571 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 571 Bytes

Contributing

Selecting an issue

Visit the issues page and look for an interesting problem you want to solve.

Once you have selected an issue to work on, assign yourself to that issue so we don't end up with two people doing the same thing.

Local setup

1. Clone the repository

git clone https://github.com/Benjamin-Frost/league-account-manager
cd league-account-manager

2. Install dependencies

yarn

3. Run the dev server

yarn tauri dev