-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #425 from mastra-ai/shane/README-updates
Update README
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
## Installation | ||
|
||
`npm install -g kpl` | ||
`npm install -g mastra` | ||
|
||
## Commands: | ||
|
||
`kpl init` | ||
`mastra init` | ||
|
||
Initializes a new project. | ||
|
||
Run this from the root of the Next.js app you want to add Mastra to. This will create a `mastra.config.ts` file in the root of your project, a `docker-compose.yml` file in the root of your project, and a `.env` file in the root of your project. | ||
|
||
`kpl admin` | ||
`mastra admin` | ||
|
||
Starts the admin server | ||
|
||
`kpl generate` | ||
`mastra generate` | ||
|
||
Generates types | ||
|
||
`kpl migrate` | ||
`mastra migrate` | ||
|
||
Migrate the mastra database forward |