Skip to content

Commit

Permalink
Add Quarto line command
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineTSP committed Apr 15, 2024
1 parent 4c1eea2 commit 642193b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ Where 'url' is the [bases.athle](https://bases.athle.fr/) URL of the competition
Example :
![cli_output_example](/src/cli_output_example.png)

## Get HTML file with Quarto

Quarto is to be downloaded here: [Quarto URL](https://quarto.org/docs/get-started/).

To convert the main.ipynb to HTML, run:

```sh
quarto render .\main.ipynb --to html
```

To preview the HTML in localhost, run:

```sh
quarto preview .\main.ipynb
```

## Features Under Development

We are continuously working to improve ResultAthle and add new features. Here are some of the features that are currently under development:
Expand Down

0 comments on commit 642193b

Please sign in to comment.