- Install Git: Download from git-scm.com.
- Open VS Code.
- Clone Repository:
- Go to
View
->Command Palette
or pressCtrl+Shift+P
. - Type
Git: Clone
and selectGit: Clone
. - Enter the repository URL (
https://github.com/Sachintha-Lakruwan/FAQ-accordion.git
) and clickClone
. - Choose a local directory to save the repository.
- Open the cloned repository when prompted.
- Go to
- Install Node.js: Download from nodejs.org.
- Install npm Packages:
npm install
- Start the Development Server:
npm run dev
- Open in Browser: Navigate to
http://localhost:5173/
(or specified port).