Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 1.19 KB

File metadata and controls

42 lines (31 loc) · 1.19 KB

WallStr.chat

Status Migrated License

Warning

This repository is archived and no longer maintained.

The project has migrated to FinAnalytica.chat.
Note: The new version has evolved into a proprietary service and is no longer open source.
You can use the live tool at the link above.

Installation

  1. Install pnpm
  2. Install poetry
  3. Install dependencies
    pnpm install
    poetry install -C packages/backend

Running locally

  1. Backend, check backend/README.md for more information

    pnpm docker-compose
    
    pnpm backend:dev
    pnpm backend:worker -p 1
    pnpm backend:worker:heavy -p 1
  2. Frontend (setup packages/frontend/.env file first)

    pnpm frontend:dev
  3. Open http://localhost:3000