Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

Website for GDC MEC

Official Website of GDCMEC MEC.

We request you if you are about to contribute, write clean and well documented code and also we expect you to follow undermentioned commit message format:

Build: A new feature or Feat: A new feature.
Fix: A bug fix.
Docs: Documentation only changes.
Style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
Refactor: A code change that neither fixes a bug nor adds a feature.
Perf: A code change that improves performance.
Test: Adding missing tests.
Chore: Changes to the build process or auxiliary tools and libraries such as documentation generation.

For Example:-

git commit -m "Feat: Added UI component to add file" or git commit -m "Feat: Added UI component to add file",
git commit -m "Fix: Bug in SomeView was fixed",
etc.

Steps To Run the Project:

Fork the Repository and then run the below lines.

git clone https://github.com/{your_github_username}/gdcweb.git
cd GDC-Website
npm install
npm start

Technologies Used:

React js for Front-End, Firebase