-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is not working
⚡ 5-Minute Setup
# 1. Clone the repository
git clone https://github.com/your-org/cloudsploit-like.git
cd cloudsploit-like
# 2. Start infrastructure
pnpm docker:up
# 3. Start services (in separate terminals)
pnpm dev:api # Backend API
pnpm dev:ui # Frontend UI
# 4. Configure cloud providers
# Visit http://localhost:3000/settings
# Add your AWS, Azure, GCP credentials
# 5. Run your first multi-cloud scan
cd apps/cli
npm run build
./bin/run scan:run --provider aws
./bin/run scan:run --provider azure
./bin/run scan:run --provider gcpIt should be like this
⚡ 5-Minute Setup
# 1. Clone the repository
git clone https://github.com/prompt-general/PathGuard.git
cd PathGuard
# 2. Install dependancies
pnpm install
# After step 2 the other steps are not working
# 3. Start infrastructure
pnpm docker:up
# 4. Start services (in separate terminals)
pnpm dev:api # Backend API
pnpm dev:ui # Frontend UI
# 5. Configure cloud providers
# Visit http://localhost:3000/settings
# Add your AWS, Azure, GCP credentials
# 6. Run your first multi-cloud scan
cd apps/cli
npm run build
./bin/run scan:run --provider aws
./bin/run scan:run --provider azure
./bin/run scan:run --provider gcpReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels