We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df6807 commit efba0a2Copy full SHA for efba0a2
example/README.md
@@ -33,13 +33,13 @@ Please replace `<Your Mapbox Access Token Here>` with your Mapbox access token.
33
### Resolving dependencies
34
35
```sh
36
-npm install
+pnpm install --frozen-lockfile
37
```
38
39
### Running the example on a dev server
40
41
42
-npm run dev
+pnpm dev
43
44
45
A dev server will be hosted on http://localhost:5173.
example/README_ja.md
@@ -33,13 +33,13 @@ export const MAPBOX_ACCESS_TOKEN = '<Your Mapbox Access Token Here>';
### 依存関係を解決する
### 開発サーバーでサンプルを動かす
開発サーバーは http://localhost:5173 でホストされます。
0 commit comments