Fix build process (#672)

This commit is contained in:
guibescos 2023-03-07 19:23:23 -06:00 committed by GitHub
parent 22c1fedd3d
commit 64255d4504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,10 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:
```bash
npm install
npm run dev
pyth-crosschain % npm install
pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
xc_admin_frontend % npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.