You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: governance/xc_admin/packages/xc_admin_frontend/README.md
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
5
5
First, run the development server:
6
6
7
7
```bash
8
+
npm install
8
9
npm run dev
9
-
# or
10
-
yarn dev
11
10
```
12
11
13
12
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
14
13
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.
0 commit comments