Skip to content

Weasley18/Open-source-session

 
 

Repository files navigation

Installation

  1. Clone the repository

    https://github.com/AnanteshG/Open-source-session
  2. Navigate to Project Directory

    cd Open-source-session
  3. Install dependencies

    npm install
  4. Run the Project

    npm run dev

Your application should now be running at http://localhost:5173/.

Contribution

  1. Create a new branch
    git checkout -b feature-branch-name
  2. Stage your Commit
git add .
git commit -m "Describe your changes here"
  1. Push the changes to New Branch
git push origin feature-branch-name

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • HTML 8.0%
  • CSS 1.3%