Files
osintbuddy/frontend

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)