UI For the Bharat Forge Problem Statement, InterIIT Tech 13.0
Report Bug
·
Request Feature
Table of Contents
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
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.
Just have docker installed and enabled
-
Arch Linux
sudo pacman -S docker docker-compose
-
Windows
- Follow this
-
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
git clone https://github.com/Majestic9169/bharat-forge-ui.git
cd bharat-forge-ui
docker-compose up --buildYour docker-compose command might be different, idk why that happens. You know how to
to use Docker on your machine
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!
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request