Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed Aug 23, 2024
1 parent 00a0a2e commit f072ca7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/README.md
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.

0 comments on commit f072ca7

Please sign in to comment.