From 72add0d767629ef6265cdf0f9d65ff15e935bf88 Mon Sep 17 00:00:00 2001 From: Kshitij <160704796+kshitij-ka@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:08:12 +0530 Subject: [PATCH] Final commit for frontend branch. --- README.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d3bbd6b..36aaf05 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,5 @@ -# CC-MINI (2025) +# Skycrate --- -## Git config - -Create a new directory for this project, and run these following commands for initalizing git: - -```shell -git clone https://github.com/kshitij-ka/cc-mini.git -cd cc-mini -git config --local user.name "Your name" -git config --local user.email "your@ema.il" -git config --local core.autocrlf input # For Linux/MacOS users -git config --local core.autocrlf true # For Windows users -git checkout frontend # If you're working on frontend -git checkout backend # If you're working on backend -``` - -## Where to push? - -- For frontend, please push to [Frontend](https://github.com/kshitij-ka/cc-mini/tree/frontend/Frontend) folder in the [frontend branch](https://github.com/kshitij-ka/cc-mini/tree/frontend). -- For backend, please push to [Backend](https://github.com/kshitij-ka/cc-mini/tree/backend/Backend) folder in the [backend branch](https://github.com/kshitij-ka/cc-mini/tree/backend/). -- I will be merging changes from both the branches in the main branch for deploying. - ---- +⚠️⚠️ The `frontend` branch has been locked since all changes have been successfully merged into the `main` branch. Please create a new feature branch derived from the `main` branch and submit a pull request for your changes. ⚠️⚠️