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 22c1fed commit 64255d4Copy full SHA for 64255d4
governance/xc_admin/packages/xc_admin_frontend/README.md
@@ -5,8 +5,10 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
5
First, run the development server:
6
7
```bash
8
-npm install
9
-npm run dev
+pyth-crosschain % npm install
+pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
10
+pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
11
+xc_admin_frontend % npm run dev
12
```
13
14
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
0 commit comments