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
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,17 @@ A very simple "Game CRUD" for your *backlogged* games.
4
4
5
5

6
6
7
-
## How to?
7
+
## Specs
8
+
9
+
These are the versions of the technologies used in this project:
10
+
11
+
| Tech | Version |
12
+
| - | - |
13
+
| Node.js | 18 |
14
+
| React.js | 18 |
15
+
| Next.js | 12 |
16
+
17
+
## How To?
8
18
9
19
So you want to store games, right? Just click this repo's website and you can start! Better yet, [click here!](https://complexralex.github.io/backlog-games/)
10
20
@@ -53,6 +63,10 @@ npm run dev
53
63
54
64
You can find the project structure in these files: `tree-en.txt` for *English*, and `tree-es.txt` for *Spanish*.
55
65
66
+
## GitHub Actions
67
+
68
+
This project uses GitHub Actions for build and deployment. You can find the workflow in `.github/workflows/nextjs.yml`, which was based on this example: https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml.
69
+
56
70
## Disclaimer
57
71
58
72
I made this project with Next.js 12. However, the implementation doesn't actually use most of this framework's features. That's why I consider this as a "React.js project" instead.
0 commit comments