|
2 | 2 |
|
3 | 3 | **SSH into chess mastery.** |
4 | 4 |
|
| 5 | +[](https://github.com/ghndrx/shellmate/actions/workflows/ci.yml) |
| 6 | +[](https://github.com/ghndrx/shellmate/actions/workflows/deploy.yml) |
| 7 | + |
5 | 8 | ```bash |
6 | 9 | ssh play@shellmate.sh |
7 | 10 | ``` |
8 | 11 |
|
| 12 | +🌐 **Website:** [shellmate.sh](https://shellmate.sh) |
| 13 | +🎮 **Play:** `ssh play@shellmate.sh` |
| 14 | +📚 **Learn:** `ssh learn@shellmate.sh` |
| 15 | +👀 **Watch:** `ssh watch@shellmate.sh` |
| 16 | + |
9 | 17 | > *Experience chess in your terminal. Play against AI, challenge friends, or master the game with interactive tutorials.* |
10 | 18 |
|
11 | 19 | ## ✨ Features |
@@ -77,13 +85,28 @@ ssh -p 2222 play@localhost |
77 | 85 |
|
78 | 86 | See [docs/self-hosting.md](docs/self-hosting.md) for configuration options. |
79 | 87 |
|
| 88 | +## 🔗 Environments |
| 89 | + |
| 90 | +| Environment | Website | SSH | |
| 91 | +|-------------|---------|-----| |
| 92 | +| **Production** | [shellmate.sh](https://shellmate.sh) | `ssh play@shellmate.sh` | |
| 93 | +| **Staging** | [staging.shellmate.sh](https://staging.shellmate.sh) | `ssh play@staging.shellmate.sh` | |
| 94 | +| **Development** | [dev.shellmate.sh](https://dev.shellmate.sh) | `ssh play@dev.shellmate.sh` | |
| 95 | + |
| 96 | +## 🤝 Contributing |
| 97 | + |
| 98 | +1. Fork the repo |
| 99 | +2. Create a feature branch (`git checkout -b feature/awesome`) |
| 100 | +3. Commit changes (`git commit -m 'Add awesome feature'`) |
| 101 | +4. Push to branch (`git push origin feature/awesome`) |
| 102 | +5. Open a PR to `develop` |
| 103 | + |
| 104 | +See [CONTRIBUTING.md](CONTRIBUTING.md) for details. |
| 105 | + |
80 | 106 | ## 📝 License |
81 | 107 |
|
82 | 108 | MIT |
83 | 109 |
|
84 | 110 | --- |
85 | 111 |
|
86 | | -**Website:** [shellmate.sh](https://shellmate.sh) |
87 | | -**Game:** `ssh play@shellmate.sh` |
88 | | - |
89 | 112 | *Built with ♟️ by [Greg Hendrickson](https://gregh.dev)* |
0 commit comments