pyth-crosschain/governance/xc_admin/packages/xc_admin_frontend
guibescos b91360ab6b
Add system instruction (#1046)
* Add system instruction

* Update string logic

* Fix comments
2023-09-11 20:34:51 +01:00
..
components Add system instruction (#1046) 2023-09-11 20:34:51 +01:00
contexts [xc-admin-frontend] XC admin frontend fix part2 (#970) 2023-07-21 16:06:28 +02:00
hooks [xc-admin-frontend] Xc admin minor fixes (#968) 2023-07-21 07:31:55 +02:00
images change voted icon (#684) 2023-03-11 11:18:11 +09:00
pages Xc admin frontend refactor (#964) 2023-07-20 12:18:05 +02:00
public [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
styles Xc admin frontend refactor (#964) 2023-07-20 12:18:05 +02:00
types [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
utils Add system instruction (#1046) 2023-09-11 20:34:51 +01:00
.eslintignore [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.eslintrc.json [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.gitignore [xc-admin] improve xc-admin-frontend UI/UX (#673) 2023-03-09 13:42:54 +09:00
.prettierignore [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.prettierrc [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
Dockerfile Update dockerfile (#1041) 2023-09-04 16:19:39 +01:00
README.md Fix lerna command (#675) 2023-03-09 13:34:05 +09:00
next-seo.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
next.config.js [xc-admin] Contract management tool (#885) 2023-06-15 07:17:20 -07:00
package.json [xc-admin] Add message buffer instructions (#869) 2023-06-09 19:56:40 +02:00
postcss.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tailwind.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tsconfig.json Expose pythnet message buffer idls (#865) 2023-06-09 14:10:28 +02:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

pyth-crosschain % npm install
pyth-crosschain % npx lerna run 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 with your browser to see the result.

You can start editing the code. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.