From b242d7a095f2ba31537c3fbcc76b8c93ee76d65d Mon Sep 17 00:00:00 2001 From: MaksSlyzar Date: Sun, 29 Mar 2026 09:57:21 +0300 Subject: [PATCH] readme.md --- readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4c38d8d --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ +# GSO Project + +Multiplayer space-themed game built with React, Socket.io. + +## ⚠️ Requirements + +- **Node.js**: Version **22.x** or higher is strictly required (recommended for ESM support and optimal performance). +- **npm**: Included with Node.js. + +> **Note**: You can check your currently installed version by running `node -v` in your terminal. + +## 🚀 Getting Started + +### 1. Unified Dependencies Installation + +To automatically install all dependencies in the correct sub-projects (`api`, `game-server`, `client`) at once, run: + +```bash +npm run install-all +npm run dev +```