-
-
Notifications
You must be signed in to change notification settings - Fork 755
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
312 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Astro | ||
description: Install and configure Astro. | ||
--- | ||
|
||
<Steps> | ||
|
||
### Install shadcn/ui | ||
|
||
Follow the [shadcn/ui](https://ui.shadcn.com/docs/installation/astro) guide. | ||
|
||
### Run the CLI | ||
|
||
Initialize Plate in your project using the CLI: | ||
|
||
```bash | ||
npx shadcx@latest init plate | ||
``` | ||
|
||
### Add components | ||
|
||
You can now start adding components to `components/plate-ui`: | ||
|
||
```bash | ||
npx shadcx@latest add -r plate | ||
``` | ||
|
||
### Register components | ||
|
||
To add the components to your plugins, see [Plugin Components](/docs/plugin-components#register-components). | ||
|
||
### Add editor (optional) | ||
|
||
Choose your editor to get started ([browse available editors](/editors)). | ||
|
||
[Minimal Editor](https://template.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-basic | ||
``` | ||
|
||
[AI Editor](https://playground.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-ai | ||
``` | ||
|
||
This will add a page in `app/editor` along with all necessary components in `components/plate-ui` as a starting point. | ||
|
||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Gatsby | ||
description: Install and configure Gatsby. | ||
--- | ||
|
||
<Steps> | ||
|
||
### Install shadcn/ui | ||
|
||
Follow the [shadcn/ui](https://ui.shadcn.com/docs/installation/gatsby) guide. | ||
|
||
### Run the CLI | ||
|
||
Initialize Plate in your project using the CLI: | ||
|
||
```bash | ||
npx shadcx@latest init plate | ||
``` | ||
|
||
### Add components | ||
|
||
You can now start adding components to `components/plate-ui`: | ||
|
||
```bash | ||
npx shadcx@latest add -r plate | ||
``` | ||
|
||
### Register components | ||
|
||
To add the components to your plugins, see [Plugin Components](/docs/plugin-components#register-components). | ||
|
||
### Add editor (optional) | ||
|
||
Choose your editor to get started ([browse available editors](/editors)). | ||
|
||
[Minimal Editor](https://template.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-basic | ||
``` | ||
|
||
[AI Editor](https://playground.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-ai | ||
``` | ||
|
||
This will add a page in `app/editor` along with all necessary components in `components/plate-ui` as a starting point. | ||
|
||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Laravel | ||
description: Install and configure Laravel. | ||
--- | ||
|
||
<Steps> | ||
|
||
### Install shadcn/ui | ||
|
||
Follow the [shadcn/ui](https://ui.shadcn.com/docs/installation/laravel) guide. | ||
|
||
### Run the CLI | ||
|
||
Initialize Plate in your project using the CLI: | ||
|
||
```bash | ||
npx shadcx@latest init plate | ||
``` | ||
|
||
### Add components | ||
|
||
You can now start adding components to `components/plate-ui`: | ||
|
||
```bash | ||
npx shadcx@latest add -r plate | ||
``` | ||
|
||
### Register components | ||
|
||
To add the components to your plugins, see [Plugin Components](/docs/plugin-components#register-components). | ||
|
||
### Add editor (optional) | ||
|
||
Choose your editor to get started ([browse available editors](/editors)). | ||
|
||
[Minimal Editor](https://template.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-basic | ||
``` | ||
|
||
[AI Editor](https://playground.platejs.org/editor) | ||
```bash | ||
npx shadcx@latest add plate/editor-ai | ||
``` | ||
|
||
This will add a page in `app/editor` along with all necessary components in `components/plate-ui` as a starting point. | ||
|
||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.