Skip to content

Cloning the repo #1

@giftonj

Description

@giftonj

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 gcp

It 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 gcp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions