Official Website of DSC MEC.
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.
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.
git clone https://github.com/{your_github_username}/dscmec-website.git
cd dscmec-website
npm install
npm start
React js for Front-End, Firebase