-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
ASIF SIDDQUI edited this page Feb 14, 2026
·
2 revisions
Follow these steps to get a local copy of SwapSkill running on your machine.
Before you begin, ensure you have the following installed:
- Node.js (v14 or higher)
- npm (Node Package Manager)
- Git
- A text editor (VS Code recommended)
Open your terminal and run:
git clone [https://github.com/ASIF58/swapskill.git](https://github.com/your-username/swapskill.git)
cd swapskill
If you haven't installed the Firebase tools yet:
npm install -g firebase-tools
firebase login
This will open a browser window to authenticate with your Google account.
firebase init
Select Hosting and Firestore when prompted.
Select Use an existing project (choose your swapskill project ID).
For the public directory, usually press Enter to accept public.
To run the server locally:
firebase serve
Open http://localhost:5000 to view it in the browser.
swapksill