Softsource Web Tool Setup (Desktop)

npm install cp .env.example .env # edit .env with your DB credentials npx prisma migrate dev (if using Prisma) npm run seed (optional)

"name": "softsource-web-tool", "version": "1.0.0", "description": "Softsource Web Application", "main": "index.js", "scripts": "setup": "node scripts/setup.js", "dev": "nodemon index.js", "start": "node index.js" , "dependencies": "dotenv": "^16.0.0", "express": "^4.18.0" , "devDependencies": "nodemon": "^2.0.0" softsource web tool setup

If the tool fails to launch, double-check that both the installation and the executable were run with Administrator rights . npm install cp

The wizard will copy files to your local drive, typically under C:\SoftSource Web Tool . "description": "Softsource Web Application"

: Ensure pop-ups are allowed for the specific portal (e.g., Tasheel or MOHRE). Security Certificates

npm install cp .env.example .env # edit .env with your DB credentials npx prisma migrate dev (if using Prisma) npm run seed (optional)

"name": "softsource-web-tool", "version": "1.0.0", "description": "Softsource Web Application", "main": "index.js", "scripts": "setup": "node scripts/setup.js", "dev": "nodemon index.js", "start": "node index.js" , "dependencies": "dotenv": "^16.0.0", "express": "^4.18.0" , "devDependencies": "nodemon": "^2.0.0"

If the tool fails to launch, double-check that both the installation and the executable were run with Administrator rights .

The wizard will copy files to your local drive, typically under C:\SoftSource Web Tool .

: Ensure pop-ups are allowed for the specific portal (e.g., Tasheel or MOHRE). Security Certificates

Softsource Web Tool Setup (Desktop)

Contact Support