mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
26 lines
No EOL
775 B
Text
26 lines
No EOL
775 B
Text
---
|
|
title: "Manual Configuration"
|
|
description: "Configure Codeflash for your project"
|
|
icon: "gear"
|
|
sidebarTitle: "Manual Configuration"
|
|
keywords:
|
|
[
|
|
"configuration",
|
|
"setup",
|
|
"settings",
|
|
]
|
|
---
|
|
|
|
# Manual Configuration
|
|
|
|
Codeflash is installed and configured on a per-project basis.
|
|
`codeflash init` should guide you through the configuration process, but if you need to manually configure Codeflash or set advanced settings, follow the guide for your language:
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Python Configuration" icon="python" href="/configuration/python">
|
|
Configure via `pyproject.toml`
|
|
</Card>
|
|
<Card title="JavaScript / TypeScript Configuration" icon="js" href="/configuration/javascript">
|
|
Configure via `package.json`
|
|
</Card>
|
|
</CardGroup> |