Files
osintbuddy/frontend
jerlendds c1667d95b8 Fix dashboard side scroll/styling
AppLayout.tsx, Subpanel.tsx, subpanel.module.css, EntitiesPanel.tsx, GraphPanel.tsx, MarketPanel.tsx, Subpanel.tsx, subpanel.module.css, index.module.css, and index.tsx
2023-12-20 20:21:46 -07:00
..
2023-11-18 18:54:56 -07:00
2023-12-20 20:21:46 -07:00
2023-12-08 13:35:52 -07:00
2023-11-29 20:24:33 -07:00
2023-12-01 06:13:50 -07:00
2023-10-29 22:50:11 -06:00
2023-12-08 13:35:52 -07:00

OSINTBuddy Frontend

Dependencies

Getting Started

  1. Clone the repo

    git clone --recurse-submodules https://github.com/jerlendds/osintbuddy.git 
    cd osintbuddy
    
  2. Setup your dev environment. From the osintbuddy directory run:

    ./launcher bootstrap
    # alternatively from the frontend directory try:  yarn && yarn ui:dev
    
  3. From the osintbuddy directory, start the stack:

    ./launcher start
    # restart the ui:          ./launcher restart ui
    # stop the ui:             ./launcher stop ui
    # kill the stack:          ./launcher kill
    # generate api client:      npm run client:gen (only works if the backend is up)