Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 639 Bytes

File metadata and controls

33 lines (21 loc) · 639 Bytes

Contributing

How to propose changes to this repository.

Installation

Fork the repository and clone it:

gh repo clone your-name/first-llm-classifer

Change into the project directory:

cd first-llm-classifer

Install the dependencies using uv:

uv sync

Contributing

To start a test server the previews the site, use the following command:

make serve

Once it starts, visit localhost:8000 in your browser. Edits made in the docs/ folder will appear immediately. Commit your changes to a branch and then submit a pull request to the source repository.