Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.56 KB

Website for DSC MEC

Official Website of DSC MEC.

Getting Started

Create .env file. Add to .env file

GENERATE_SOURCEMAP=false
REACT_APP_FIREBASE_API_KEY=xxxxXXXX.firebaseapp.com
REACT_APP_FIREBASE_AUTH_DOMAIN=https://xxxXXXX.firebaseio.com
REACT_APP_FIREBASE_PROJECT_ID=xxxxXXXX
REACT_APP_FIREBASE_STORAGE_BUCKET=xxxxXXXX.appspot.com
REACT_APP_FIREBASE_MESSAGE_SENDER_ID=xxxxXXXX
REACT_APP_FIREBASE_APP_ID=xxxxXXXX
REACT_APP_FORMSPREE_API=https://formspree.io/f/xxxxXXXX

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}/dscmec-website.git
cd dscmec-website
npm install
npm start

Technologies Used:

React js for Front-End, Firebase