mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
* [docs]harperdb nosql * [docs]new operations in dynamodb * [docs] minor changes in dynamodb * [docs]redis revamp with encode-decode * [docs]azure blob gds * [docs]graphql authentication type udpate * [docs]added v2.12.0 * minor fix in how to use inspector * minor fix in pdf&filepicker
10 lines
308 B
Markdown
10 lines
308 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} />
|
|
```
|