Valorandom is a random agent/weapon picker for Valorant.
You can find a running instance of this project at valorandom.dario. lol.
- Randomly picks an agent and weapon based on your selection.
- Quickly select weapons for certain price ranges.
If you want to provide feedback, report a bug, or request a feature, please open an issue in the issue section. I'm open for any kind of feedback
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the app for production:
pnpm build
Start the production build:
pnpm start
❤️ Based on Vitesse for Nuxt 3