Skip to content

Majestic9169/bharat-forge-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Bharat Forge UI

UI For the Bharat Forge Problem Statement, InterIIT Tech 13.0
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Unlike external environments, robots placed in indoor workplaces cannot rely on GPS navigation. However, the goal of development in this field is to achieve complete autonomy in robot operations, without the need for human or environmental interaction.

This the repo for the given problem statement

(back to top)

Built With

  • React
  • Vite
  • Tailwind CSS
  • TypeScript
  • ShadCN UI
  • ROS
  • Docker

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Just have docker installed and enabled

  • Arch Linux

    sudo pacman -S docker docker-compose
  • Windows

  • Ubuntu (i'm not testing this out)

    sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
    sudo chmod +x /usr/local/bin/docker-compose
    docker-compose --version

Installation

git clone https://github.com/Majestic9169/bharat-forge-ui.git
cd bharat-forge-ui
docker-compose up --build

Your docker-compose command might be different, idk why that happens. You know how to to use Docker on your machine

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Push to the Branch (git push origin feature/AmazingFeature)
  4. Open a Pull Request

Acknowledgments

(back to top)