Files
osintbuddy/frontend
jerlendds 27ed0948a1 Add docs, update frontend deps
architecture-guide.md, entities-api.md, entities.md, how-to-contribute.md, getting-started.md, installation.md, roadmap.md, plugin-recipes.md, plugin-system.md, plugins-api.md, project-graphs.md, registry-api.md, settings-api.md, transforms-api.md, transforms.md, understanding-osintbuddy.md, writing-plugins.md, index.md, package.json, icg.svg, AppLayoutSidebar.tsx, Loaders.tsx, index.tsx, LandingPage.tsx, and 2 more files
2024-01-20 15:50:32 -07:00
..
2023-11-18 18:54:56 -07:00
2024-01-20 15:50:32 -07:00
2023-12-08 13:35:52 -07:00
2024-01-20 15:50:32 -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
2024-01-20 15:50:32 -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)