Skip to content

CSEC-NITH/csec-website-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSEC-NITH Website

Welcome to the official website of CSEC, NIT Hamirpur.

What is CSEC?

CSEC stands for Computer Science Engineers Community. CSEC is the programming and development community of NITH.

How to contribute?

You can contribute to the website by following these steps :

  1. Clone the repository to your PC using :
    git clone https://github.com/CSEC-NITH/csec-website-new.git
  2. Create a new branch using :
    git checkout -b {branch_name}
  3. Change the source code as you like.
  4. Preview the changes.
  5. Add and commit changes:
    git add *
    git commit -m "Describe changes made"
  6. Push the changes to Github using :
    git push origin {branch_name}

To preview the changes you need nodejs and npm installed. To launch first install the dependencies. From the project folder, run:
npm install

To start the server, run:
node app.js

Languages used

  • FRONT END - HTML, CSS, SASS, JavaScript
  • BACK END - Node.js