diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 774a3582..ddbde64c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Chat Game", - "image": "mcr.microsoft.com/devcontainers/typescript-node:22", + "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", // Features to add to the dev container. More info: https://containers.dev/features. diff --git a/README.md b/README.md index ee6be347..0bb69cb5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - 📺 [Developing and playing it live](https://www.twitch.tv/hmbanan666) - 👾 [Our community in Discord](https://discord.gg/B6etUajrGZ) -![Screen](https://github.com/chat-game/app/assets/25910785/a22468a4-0bf1-43e3-91fc-23a1e2a675fc) +![Screen](https://github.com/chat-game/space/assets/25910785/a22468a4-0bf1-43e3-91fc-23a1e2a675fc) 🤔 Imagine procedurally generated world where you and your viewers can: @@ -32,12 +32,12 @@ Let's build a similar world together! ⭐️ Become a Stargazer ⭐️ You can develop in isolated container with prepared options: -[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/chat-game/app) +[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/chat-game/space) Make a fork. Or clone this repo and use standard commands: ```shell -git clone https://github.com/chat-game/app +git clone https://github.com/chat-game/space yarn install yarn run dev ``` @@ -46,8 +46,8 @@ yarn run dev A huge thank you to everyone who is helping to improve. Thanks to you, the project can evolve! -Chat Game Contributors +Chat Game Contributors ## 🪀 License -This project is licensed under the MIT License - see the [**MIT License**](https://github.com/chat-game/app/blob/main/LICENSE) file for details. +This project is licensed under the MIT License - see the [**MIT License**](https://github.com/chat-game/space/blob/main/LICENSE) file for details. diff --git a/package.json b/package.json index 75464e0a..d67fb68c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "app", + "name": "space", "type": "module", "version": "0.2.0", "description": "Chat Game for Twitch", @@ -8,10 +8,10 @@ "homepage": "https://chatgame.space", "repository": { "type": "git", - "url": "git+https://github.com/chat-game/app.git" + "url": "git+https://github.com/chat-game/space.git" }, "bugs": { - "url": "https://github.com/chat-game/app/issues" + "url": "https://github.com/chat-game/space/issues" }, "keywords": [ "game",