The official repository for the LoLBuddy frontend!
- Clone repository:
git clone https://github.com/BuddyGG/buddy_frontend.git
- Navigate to folder:
cd buddy_frontend
- Run
npm install
to install dependencies - Run
npm start
to start local development server and start coding!