Skip to content

Commit

Permalink
Update adding_external_tool_backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxNovus authored Nov 7, 2024
1 parent 6fa834e commit 9b3c501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/adding_external_tool_backend.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Adding an external tool server to Odyssey's backend

The purpose of this documentation is to explain how to add a new tool as a binary to Odyssey's backend, and ensure it can be set up when users run Odyssey.

This documentation assumes that you have the repo set up locally, that you have installed all necessary dependencies, and that you can compile, build, and then run Odyssey on your local machine.
This documentation assumes that you have the repo set up locally, that you have installed all necessary dependencies, and that you can compile, build, and then run Odyssey on your local machine. This documentation also assumes you have binaries or executables for your particular tool.

The codebase makes heavy use of [React](https://react.dev/), which you should be familiar with before constructing a component. There exist tutorials [for more modern React](https://react.dev/learn) as well as [this older React tutorial](https://legacy.reactjs.org/tutorial/tutorial.html).

Expand Down

0 comments on commit 9b3c501

Please sign in to comment.