2.0 KiB
2.0 KiB
OSINTBuddy Frontend
Dependencies
- react
- reactflow
- @reduxjs/toolkit
- react-table
- headlessui
- heroicons
- classnames
- @reactour/tour
- axios
- dagre
- formik
- typescript
- react-use-websocket
- react-router-dom
- react-toastify
- tagify
- react-grid-layout
- sigmajs
- i18next
- chartist
- casdoor-js-sdk
Getting Started
-
Clone the repo
git clone --depth=1 --recurse-submodules https://github.com/jerlendds/osintbuddy.git cd osintbuddy -
Install the dependencies. From the
osintbuddydirectory run:./launcher bootstrap # alternatively from the frontend directory try: npm install && npm run ui:dev -
From the
osintbuddydirectory, 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)- Frontend: http://localhost:3000
- Backend: http://localhost:48997/
- Casdoor: http://localhost:45910/