Skip to content

Commit 66a3856

Browse files
authored
Extend readme (#665)
1 parent ee9ee50 commit 66a3856

File tree

1 file changed

+2
-9
lines changed
  • governance/xc_admin/packages/xc_admin_frontend

1 file changed

+2
-9
lines changed

governance/xc_admin/packages/xc_admin_frontend/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
55
First, run the development server:
66

77
```bash
8+
npm install
89
npm run dev
9-
# or
10-
yarn dev
1110
```
1211

1312
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1413

15-
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
16-
17-
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
18-
19-
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
20-
21-
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
14+
You can start editing the code. The page auto-updates as you edit the file.
2215

2316
## Learn More
2417

0 commit comments

Comments
 (0)