Skip to content

Commit

Permalink
Improve bootstrap page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgardner committed Dec 12, 2024
1 parent 56885cf commit 2b09a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Develop/3-Tutorials/Backend/Bootstrap an app.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Alternatively and if you have an SSH key installed for github, you can do this:
git clone [email protected]:AthenaDecisionSystems/athena-owl-core.git
git clone [email protected]:AthenaDecisionSystems/athena-owl-demos.git
```

The athena-owl-core repository contains the code of the Athena backend (implemented using FastAPI) and frontend component (implemented as a single page application using React). As developers, we will see how we can build a custom app. We will be able to reuse some code, for instance Python functions from the backend.

Create a folder that will be the placeholder for your first Athena project:
```
Expand Down

0 comments on commit 2b09a03

Please sign in to comment.