mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 14:38:00 +00:00
12 lines
No EOL
499 B
Markdown
12 lines
No EOL
499 B
Markdown
# Setup ToolJet
|
|
|
|
Check out the different methods you can use to deploy ToolJet on your machine
|
|
|
|
```mdx-code-block
|
|
import {DocsCardList} from '../../../src/components/DocsCard';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocsCardList list={useCurrentSidebarCategory().items} />
|
|
```
|
|
|
|
If you have any questions feel free to join our [Slack community](https://join.slack.com/t/tooljet/shared_invite/zt-r2neyfcw-KD1COL6t2kgVTlTtAV5rtg) or send us an email at hello@tooljet.com. |