Skip to content

Commit d11dae3

Browse files
committed
feat: updated README.md
1 parent 0a10380 commit d11dae3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ A very simple "Game CRUD" for your *backlogged* games.
44

55
![Backlog Games logo](/assets/backlog-games.png "Backlog Games logo")
66

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?
818

919
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/)
1020

@@ -53,6 +63,10 @@ npm run dev
5363

5464
You can find the project structure in these files: `tree-en.txt` for *English*, and `tree-es.txt` for *Spanish*.
5565

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+
5670
## Disclaimer
5771

5872
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

Comments
 (0)