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
|`--color-dark-hover`|`#2d2d30`| Hover states | Background color for hover effects |
99
+
|`--color-dark-active`|`#2a2a2c`| Active states | Background color for active elements |
100
+
|`--color-dark-pressed`|`#1a1a1c`| Pressed states | Background color for pressed/clicked elements |
101
+
|`--color-dark-hover-alt`|`#2a2a2d`| Alternative hover | Alternative hover state color |
57
102
58
103
## Support
59
104
60
-
If you need help with Termix, you can join the [Discord](https://discord.gg/jVQGdvHDrf) server and visit the support channel. You can also open an issue or open a pull request on the [GitHub](https://github.com/LukeGus/Termix/issues) repo.
105
+
If you need help with Termix, you can join the [Discord](https://discord.gg/jVQGdvHDrf) server and visit the support
106
+
channel. You can also open an issue or open a pull request on the [GitHub](https://github.com/LukeGus/Termix/issues)
| Port | PORT | 8080 / Port for the frontend application (no other ports should be opened) |
55
55
56
-
###Manual Installation
56
+
## Manual Installation
57
57
58
58
If you prefer a manual installation, follow these steps:
59
59
60
-
####Required Packages
60
+
### Required Packages
61
61
- NPM
62
62
- NodeJS
63
63
64
-
####Installation Steps
64
+
### Installation Steps
65
65
66
66
1. Clone the repository:
67
67
```bash
@@ -86,10 +86,13 @@ For production environments, we recommend running the website via Nginx. See the
86
86
87
87
4. Start the backend services.
88
88
```bash
89
-
npx tsc -p tsconfig.node.json
90
-
node ./dist/backend/starter.js
89
+
npm run dev:backend
91
90
```
92
91
92
+
## Pre-built Binaries
93
+
94
+
You can download a Windows installer/portable and a Linux portable within the latest release at <https://github.com/LukeGus/Termix/releases>. However, this is under development.
95
+
93
96
## Usage
94
97
95
98
Once installed, Termix will be available at `http://localhost:8080` (or whichever port you configured).
0 commit comments