-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
``` | ||
|