2022-12-09 10:19:55 +00:00
|
|
|
# Setup ToolJet
|
|
|
|
|
|
|
|
|
|
Check out the different methods you can use to deploy ToolJet on your machine
|
|
|
|
|
|
|
|
|
|
```mdx-code-block
|
2022-12-26 07:52:20 +00:00
|
|
|
import {DocsCardList} from '../../../src/components/DocsCard';
|
2022-12-09 10:19:55 +00:00
|
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
|
|
2022-12-26 07:52:20 +00:00
|
|
|
<DocsCardList list={useCurrentSidebarCategory().items} />
|
2022-12-09 10:19:55 +00:00
|
|
|
```
|
|
|
|
|
|
2023-04-05 12:39:41 +00:00
|
|
|
If you have any questions feel free to join our [Slack Community](https://tooljet.com/slack) or send us an email at hello@tooljet.com.
|