Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.29 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.29 KB

Gym-Buddy-App

This project is a web application designed to help users find workout partners, track their fitness goals, and stay motivated. It uses Vue.js for the frontend and Firebase for the backend.

Table of Contents

Installation

Prerequisites

  • Node.js

Steps

  1. Clone the repository:

    git clone https://github.com/louisjoety/Gym-Buddy-App.git
    cd Gym-Buddy-App
  2. Install the project dependencies:

    npm install

Usage

Development Server

  1. Compiles and hot-reloads for development:

    npm run serve
  2. Open your browser and navigate to:

    http://localhost:8080
    

Production Build

  1. Compiles and minifies for production:
    npm run build

Linting

  1. Lints and fixes files:
    npm run lint

Customize Configuration

For more details on customization, see Configuration Reference.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.