Official Website of Project Kratos
Welcome to the official repository for Project Kratos' website! This project showcases the progress and updates of our rover development. Our aim is to build a robust and efficient rover for various exploratory missions.
- Latest updates and news
- Media gallery showcasing our rover
- Source code for the website
To get a copy of the project up and running on your local machine, follow these steps.
Ensure you have the following installed:
- Git
- A web browser
-
Clone the repository:
git clone https://github.com/Kratos-The-Rover/Kratos-The-Rover.github.io.git
-
Navigate to the project directory:
cd Kratos-The-Rover.github.io
-
Open
index.html
in your web browser.
We welcome contributions from the community. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.