Skip to content

unnati914/hirvana-website

Repository files navigation

Hirvana

GitHub Code Push Checklist

Before pushing the code to GitHub, please follow the steps below:

  1. Run Prettier to check for formatting issues:

    npx prettier --check .
    
  2. Run Prettier to automatically fix formatting issues:

    npx prettier --write .
    
  3. Build the project:

    npm run build
    

After running these commands, proceed with the following steps:

  1. Add all changes to the staging area:

    git add .
    
  2. Commit the changes with a meaningful message and sign the commit:

    git commit -am "<message>" -S
    

Please refer to the documentation for more details on each command and its usage.

Thank you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •