Skip to content

satwikrprabhu/workshop

Repository files navigation

Activity

Making changes

  • Fork the repo (get it on your github)
  • Clone the repo (get it on your computer locally)
  • Navigate to profiles.json
  • Add your details
  • Save
  • Stage Changes using git add .
  • Commit Changes using git commit -m <commit message>
  • Push using git push origin main
  • Go to github and submit a pull request

If you have node.js installed you can run development server to test your changes

Install packages

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

Conducted a workshop on Git and Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published