/EnigmaWebsite

The official website of Enigma - The Coding Club of VSSUT, Burla

Primary LanguageCSS

Welcome to the EnigmaWebsite wiki!

This page has everything to help you get started with EnigmaWebsite development.

Git & Github

Set Up The Environment

Connect To Github

Get The Repository

Get To Local

Development

  • Make changes to the files or codes
  • Add the files to staging area using 'git add .' (for all files) or 'git add filepath'(for individual file)

P.S. Use 'git status' frequently, to see the state of the working directory and the staging area.

Setting Up Environment