From 9176e2800373353374b02c2cbc45f9785eaef8f5 Mon Sep 17 00:00:00 2001 From: Priyanshu Kumar Sinha <132668995+priyanshu9899@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:56:07 +0530 Subject: [PATCH] updated readme.md and contributers.md (#10) * Update CONTRIBUTING.md * Update README.md * Update README.md * Update CONTRIBUTING.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Niraj Modi <108391974+TheCodeVenturer@users.noreply.github.com> --- CONTRIBUTING.md | 5 +++++ README.md | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7816036..437e4ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,11 @@ Follow the steps below to get started with contributing to [GDSC AEC Official We - Replace `your-username` with your GitHub username. +### 4. RUN the following command on your terminal + + npm i + npm start + ### 3. Explore the Codebase - Take some time to explore the project's codebase. You can do this by navigating through the files and directories in the cloned repository. diff --git a/README.md b/README.md index 38e7c63..1b79114 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@

-

+
+

 GDSC AEC Community Website 

GDSC AEC is the official Google Developer Student Club (GDSC) of Asansol Engineering College (AEC). It is a community group for students who are passionate about technology, software development and innovation. We also host events such as codesprints, tech talks, and workshops that aim to foster creativity, problem-solving skills, and a deeper understanding of Google technologies. One of our main aims is to be inclusive and open to students of all experience levels, including those who are new to technology and programming. Joining our fraternity might help you with networking opportunities, skill development, and the chance to work on projects that can make a real impact. This repository has been created as an effort to encourage open source contributions as well as to help people get acquainted with Hacktoberfest. - This is the student-run community site of GDSC AEC Chapter using HTML, CSS and JavaScript. For any queries join our [Discord](https://discord.gg/r5C2yRwqva) community chats and feel free to [connect with us](https://gdscaec.bio.link). +This is the student-run community site of GDSC AEC Chapter ,it is no longer just an HTML, CSS, and JS Website.Now It is using React with Vite and Tailwind. +For any queries join our [Discord](https://discord.gg/r5C2yRwqva) community chats and feel free to [connect with us](https://gdscaec.bio.link).
@@ -26,9 +28,14 @@ This repository has been created as an effort to encourage open source contribut - Assign yourself an [issue](https://github.com/GDSC-AEC-INDIA/GDSCAEC-WEBSITE/issues) and fork this repo. For more information read [CONTRIBUTING](./CONTRIBUTING.md) - Clone repo locally using `git clone https://github.com/gdsc-aec-india/GDSCAEC-WEBSITE` - After cloning make sure you create a new branch by using `git checkout -b my-branch` +- Now , run this following commands in your terminal. +- cd GDSCAEC-WEBSITE + npm i + npm start - Start making edits in the newly created git branch. Firstly, add your name in the [`CONTRIBUTORS`](./CONTRIBUTORS) file - Add the modified/created files to the staging using `git add .` - Commit the changes made into the checked out branch using `git commit -m "commit message"` +- Sync your local clone in our repositories section on github and add this script `git pull origin your_branch_name` to resolve your merge conflict locally - Push the changes using `git push origin my-branch` And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about: