Giter VIP home page Giter VIP logo

acm-pec-website's Introduction

ACM-PEC-Website

This is the official website of PEC ACM student chapter. This is an Open-Source project. Feel free to contribute in it.

Steps to Run the Project for the first time

  1. Open a Terminal/Cmd in the project folder
  2. Install the npm packages by running npm install or npm i -legacy-peer-deps. This will install all the necessary dependencies for the project to run
  3. Start the server by running: npm start
  4. A new window will open in your default browser at

    localhost:3000

How to Contribute/Making PRs

  • Fork the repo.

  • Clone the repo.

    • Either download the zip source code, or copy the URL, create a new folder
      git init and git clone https://github.com/<username>/ACM-PEC-Website

  • This will give you access to all branches of the origin through remote. You need to now fetch all branches
    git fetch

  • git checkout master and create a copy of this branch git checkout -b <new-branch>
    If at some point you watch pull files from some other branch: git pull origin <that-branch>

  • You can make your changes in this branch and if you are using VS Code Version Control it will show you beautifully all the changes made.

  • Last step is to make changes visible on cloud
    git add . -> git commit -m "relevant_msg" -> git push origin master

  • You can come to your forked repo and create the PR.


Happy Contributing!! :)

acm-pec-website's People

Contributors

harshdutt17 avatar ishwarendra avatar gauravsharma-20 avatar ultimatecoder2 avatar dakshgupta2002 avatar harshjohar avatar ken1000minus7 avatar saiyam-gupta avatar kanikakaur27 avatar samm-01 avatar kanishakaur avatar adsonmacedo avatar yellowhatpro avatar rahul5430 avatar anujawas avatar lakshyagarg32 avatar tharun634 avatar jagjit-1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.