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: README.md
+41-39Lines changed: 41 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@
14
14
- Component suite: [Bootstrap v5][4]
15
15
- PWA framework: [Workbox v6][5]
16
16
- State management: [MobX v6][11]
17
-
- CI / CD: GitHub [Actions][12] + [Vercel][13]
18
-
- Monitor service: [Sentry][14]
17
+
- API router: [Koa 2][12]
18
+
- CI / CD: GitHub [Actions][13] + [Vercel][14]
19
+
- Monitor service: [Sentry][15]
19
20
20
21
## Major examples
21
22
@@ -31,20 +32,20 @@
31
32
32
33
1. Install GitHub apps in your organization or account:
33
34
34
-
1.[Probot settings][15]: set up Issue labels & Pull Request rules
35
-
2.[PR badge][16]: set up Online [VS Code][17] editor entries in Pull Request description
35
+
1.[Probot settings][16]: set up Issue labels & Pull Request rules
36
+
2.[PR badge][17]: set up Online [VS Code][18] editor entries in Pull Request description
36
37
37
-
2. Click the **[<kbd>Use this template</kbd>][18] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above
38
+
2. Click the **[<kbd>Use this template</kbd>][19] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above
38
39
39
40
3. Click the **[<kbd>Open in GitHub codespaces</kbd>][8] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately
40
41
41
-
4. Set [Vercel variables][19] as [Repository secrets][20], then every commit will get an independent **Preview URL**
42
+
4. Set [Vercel variables][20] as [Repository secrets][21], then every commit will get an independent **Preview URL**
42
43
43
-
5. Recommend to add a [Notification step in GitHub actions][21] for your Team IM app
44
+
5. Recommend to add a [Notification step in GitHub actions][22] for your Team IM app
44
45
45
-
6. Remind the PMs & users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][22] instead of IM messages or Mobile Phone calls
46
+
6. Remind the PMs & users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][23] instead of IM messages or Mobile Phone calls
46
47
47
-
7. Collect all these issues into [Project kanbans][23], then create **Pull requests** & add `closes #issue_number` into its description for automation
48
+
7. Collect all these issues into [Project kanbans][24], then create **Pull requests** & add `closes #issue_number` into its description for automation
48
49
49
50
## Getting Started
50
51
@@ -59,35 +60,35 @@ Open http://localhost:3000 with your browser to see the result.
59
60
60
61
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
61
62
62
-
[API routes][24] can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in `pages/api/hello.ts`.
63
+
[API routes][25] can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in `pages/api/hello.ts`.
63
64
64
65
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as API routes instead of React pages.
65
66
66
67
## Learn More
67
68
68
69
To learn more about Next.js, take a look at the following resources:
69
70
70
-
-[Next.js Documentation][25] - learn about Next.js features and API.
71
-
-[Learn Next.js][26] - an interactive Next.js tutorial.
71
+
-[Next.js Documentation][26] - learn about Next.js features and API.
72
+
-[Learn Next.js][27] - an interactive Next.js tutorial.
72
73
73
-
You can check out [the Next.js GitHub repository][27] - your feedback and contributions are welcome!
74
+
You can check out [the Next.js GitHub repository][28] - your feedback and contributions are welcome!
0 commit comments