/deadlock-hero-randomizer

Use the randomizer to make your hero selections in Deadlock. Get a hero for your purple, gold, and gray priority levels at random!

Primary LanguageJavaScript

Deadlock Hero Randomizer

Can't decide which heroes to play? Want to just let go and embrace fate? This tool will help you randomly select and prioritize your heroes for your next Deadlock session.

Installation Instructions

You can visit the deployed version of the app at Deadlock Hero Randomizer.

Clone the Repository

To run the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/YOUR_USERNAME/deadlock-hero-randomizer.git

    Note: Replace YOUR_USERNAME with your actual GitHub username.

  2. Navigate into the project directory:
    cd deadlock-hero-randomizer
  3. Install the required packages:
    npm install
  4. Start the development server:
    npm run dev

    Note: The application will be accessible at http://localhost:PORT, where PORT is the port number specified by Vite (default is usually 5173).

Now you can access the application at http://localhost on the relevant port.