Skip to content

PrabhjotBajwa/Cansat-Ground-Station

 
 

Repository files navigation

Build GitHub Release GitHub License GitHub Repo stars

CanSat Ground Station

Welcome to the CanSat Ground Station project! This project aims to provide a ground station software for CanSat projects using Vite and React.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your local machine.
  • Git installed on your local machine.

Installation

  1. Clone the repository to your local machine:
    https://github.com/Gagan-Space/Cansat-Ground-Station.git
  2. cd cansat-ground-station
    cd cansat-ground-station
  3. Install dependencies:
    npm install

Running the Development Server

To start the development server, run:

npm run dev

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/my-feature
  3. Make your changes and ensure they follow the project's coding style.
  4. Commit your changes with descriptive commit messages:
    git commit -am "Add a new feature"
  5. Push your branch to your fork:
    git push origin feature/my-feature
  6. Finally, open a pull request on the original repository's main branch.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.9%
  • Python 9.9%
  • CSS 3.9%
  • HTML 2.3%