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.
You can visit the deployed version of the app at Deadlock Hero Randomizer.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/deadlock-hero-randomizer.git
Note: Replace
YOUR_USERNAME
with your actual GitHub username. - Navigate into the project directory:
cd deadlock-hero-randomizer
- Install the required packages:
npm install
- Start the development server:
npm run dev
Note: The application will be accessible at
http://localhost:PORT
, wherePORT
is the port number specified by Vite (default is usually5173
).
Now you can access the application at http://localhost
on the relevant port.