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
| build | Changes that affect the build system or external dependencies (npm, make, etc.) |
9
-
| ci | Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.) |
10
-
| feat | Addition of a new feature |
11
-
| fix | Bug fix |
12
-
| perf | Performance improvements |
13
-
| refactor | Modification that neither adds a new feature nor improves performance |
14
-
| style | Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.) |
15
-
| docs | Writing or updating documentation |
16
-
| test | Addition or modification of tests |
17
-
18
-
19
-
# License
20
-
21
-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/PossibleGames/PossibleGames.github.io/blob/main/LICENSE.md) file for details.
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
39
10
@@ -53,11 +24,10 @@ bun dev
53
24
54
25
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
55
26
56
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
57
-
58
27
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
59
28
60
-
## Learn More
29
+
30
+
## Learn More (Next.js)
61
31
62
32
To learn more about Next.js, take a look at the following resources:
63
33
@@ -66,8 +36,22 @@ To learn more about Next.js, take a look at the following resources:
66
36
67
37
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
68
38
69
-
## Deploy on Vercel
70
39
71
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
| build | Changes that affect the build system or external dependencies (npm, make, etc.) |
45
+
| ci | Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.) |
46
+
| feat | Addition of a new feature |
47
+
| fix | Bug fix |
48
+
| perf | Performance improvements |
49
+
| refactor | Modification that neither adds a new feature nor improves performance |
50
+
| style | Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.) |
51
+
| docs | Writing or updating documentation |
52
+
| test | Addition or modification of tests |
53
+
54
+
55
+
# License
72
56
73
-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
57
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/PossibleGames/PossibleGames.github.io/blob/main/LICENSE.md) file for details.
0 commit comments