Skip to content

GarvitSharmaDeveloper/GFG-SRMIST-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFG-SRMIST-website

GFG SRMIST website

Steps to run the project

  1. do npm i or yarn in the root directory.
  2. then go to client folder by cd client and do npm i or yarn.
  3. get back into root directory by cd ...
  4. for starting backend do npm run server or yarn server.
  5. for starting frontend do npm run client or yarn client.

Basic rules

  1. Branch name conventions
    • INITIALS/WHERE/WHAT
    • examples
      • if name is Harsh Shaw HS/client/homepage
  2. Kindly try to follow the following conventions while making commits.
  3. All the commit messages should be in present tense.
  4. examples
    • feat(client/login): add login button
    • fix(api): fix team model

Types

Must be one of the following:

  • 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.

About

GFG SRMIST website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors