This repository powers the user interface of the CampoEventos web app, granting users access to live-streamed livestock auctions and the functionality to submit pre-auction offers.
- node.js
- npm
- Clone the repo
git clone https://github.com/lopezrunco/Rock-Paper-Scissors-Front-End.git
- Install NPM packages
npm i
- Create .env file with environment variables.
VITE_API_URL = http://localhost:3000 VITE_CLOUDINARY_ID = your_cloudinary_id
- Start development server
npm run dev
- Compile to publish in hosting
npm run build