Files
osintbuddy/frontend/README.md

2.0 KiB

OSINTBuddy Frontend

Dependencies

Getting Started

  1. Clone the repo

    git clone --depth=1 --recurse-submodules https://github.com/jerlendds/osintbuddy.git 
    cd osintbuddy
    
  2. Install the dependencies. From the osintbuddy directory run:

    ./launcher bootstrap
    # alternatively from the frontend directory try:  npm install && npm run 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)