Skip to content

Commit

Permalink
fix: examples-web readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nlyrthiia committed Sep 20, 2024
1 parent 30d55ec commit 9c20e78
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion examples-web/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
examples-web
# examples-web

This project is a web application used to run examples.

## Running Instructions

1. Install dependencies:

```
pnpm install
```

2. Start the development server:

```
pnpm examples-web dev
```

or

```
pnpm run dev
```

3. Open `http://localhost:3000` (or the URL output in the console) in your browser to view the application.

0 comments on commit 9c20e78

Please sign in to comment.