Skip to content

We work on the project called KCEspot Blogging web-application to make the Open source contribution.

Notifications You must be signed in to change notification settings

Kcespotcommunity/HACKTOBERFEST-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCEspot Community Hacktoberfest Contribution

How to Contribute.

  • Fork the Repo

  • Clone the repo usind below syntax

git clone <url> (given in clone or download button)
  • To Run the application
npm install
node app (or) nodemon
  • Create a branch
git checkout -b branch-name
  • Add the KCEspot main branch remote link to pull changes made by others
git remote add kcespot https://github.com/Kcespotcommunity/hacktoberfest.git
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • To pull from KCEspot main branch to your branch
  • First commit your work and push your finished work in your branch
git pull kcespot main
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository for higher chance of merge approval!

About

We work on the project called KCEspot Blogging web-application to make the Open source contribution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published