Valorandom
Valorandom is a random agent/weapon picker for Valorant.
You can find a running instance of this project at valorandom.vercel.app.
Features
- Randomly picks an agent and weapon based on your selection.
- Quickly select weapons for certain price ranges.
Bugs, feature requests, and feedback
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
Build
Install dependencies
Make sure to install the dependencies:
pnpm install
Development Server
Start the development server on http://localhost:3000
pnpm dev
Production
Build the app for production:
pnpm build
Start the production build:
pnpm start
❤️ Based on Vitesse for Nuxt 3