-
Notifications
You must be signed in to change notification settings - Fork 5
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 #125 from planetarium/fix-document
fix download url in document
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Quick start | ||
|
||
To get started quickly, follow these steps: | ||
|
||
In the project directory, install the dependencies by running: | ||
```bash | ||
pnpm install | ||
``` | ||
Next, start the development server by running: | ||
```bash | ||
pnpm docs:dev | ||
``` | ||
|
||
Finally, open your browser and navigate to `http://localhost:5174` to see the documentation site. |
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