DSC KIET Website


Developer Student Circuit is an initiative to help students to grow their knowledge on developer technologies and more through peer to peer workshops and events, and gain relevant industry experience.

We try to engage student developers through our hack, events, codelabs, and meetups.

The motive is to create an ecosystem of programmers & developers in the campus by helping them to learn and build projects.



Instructions to run

  • Pre-requisites:

    • Knowledge about github.
    • Install Git and VS Code.
    • Have basic knowledge of git commands.
  • Directions to setup/install

1)   Fork the repository.

2)   Copy the forked repository address.

3)   Go to the command prompt.

4)   Use command => git clone <forked repository address>

5)   A folder will be installed .

6)   open the folder in VS code with terminal.

7)   Use command => <npm install> #to install the required node modules

8)   Use command => <npm start>  # to open the site in browser.

9)   Make a new branch using =>  git branch <newBranch_name>.

10)  Go to the new branch using => git checkout <newBranch_name>.

11)  You are ready to make changes, give it a go 👍.


Made during 🌙 by DSC KIET