Skip to content

dsckiet/website-1

This branch is 1 commit ahead of, 18 commits behind dsckiet/website:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdd33dd Β· Apr 24, 2023
Mar 17, 2023
May 30, 2020
Apr 24, 2023
Sep 28, 2021
May 27, 2020
May 30, 2020
May 24, 2020
Sep 4, 2022
Sep 9, 2022
Feb 9, 2023
Sep 28, 2021
Feb 9, 2023
Feb 9, 2023

Repository files navigation

This repository contains the assets required to build the DSC KIET Website. We're glad that you want to contribute!

DSC KIET

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.

An overview of the website

name-of-you-image

Prerequisites

To use this repository, you need the following installed locally:

  • Knowledge about github.
  • Git
  • VS Code.
  • Have basic knowledge of git commands.

Instructions to run

 Fork the repository

Fork this repository by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.

 Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

For example:

git clone https://github.com/this-is-you/website.git

where this-is-you is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.

A folder will be installed

Create a branch

Change to the repository directory on your computer (if you are not already there):

Now create a branch using the git checkout command:

git checkout -b <your-new-branch-name>

For example:

git checkout -b add-new-file
open the folder in VS code with terminal
Use command => <npm install> 

this will install all the package that are required for run the project.

Use command => <npm start>  

to open the site in browser.

You are ready to make changes, give it a go πŸ‘

πŸ™ Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️

forthebadge forthebadge


Made during πŸŒ™ by DSC KIET

About

Official Website of DSC KIET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%