CSEC stands for Computer Science Engineers Community. CSEC is the programming and development community of NITH.
You can contribute to the website by following these steps :
- Clone the repository to your PC using :
git clone https://github.com/CSEC-NITH/csec-website-new.git
- Create a new branch using :
git checkout -b {branch_name}
- Change the source code as you like.
- Preview the changes.
- Add and commit changes:
git add *
git commit -m "Describe changes made"
- 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
- FRONT END - HTML, CSS, SASS, JavaScript
- BACK END - Node.js