Files
osintbuddy/frontend
jerlendds 66f816f95d Fix create entity on drop endpoint
api.ts, AppLayout.tsx, PublicLayout.tsx, Graph.tsx, and AboutPage.tsx
2023-12-19 19:40:28 -07:00
..
2023-11-18 18:54:56 -07:00
2023-12-19 19:40:28 -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)