Explorer for Wine and CrossOver debug logs.
View live: https://timkurvers.github.io/wine-log-explorer
Note
TODO: Add more technical background information here.
Contributions in form of issues, feedback or pull requests more than welcome!
Wine Log Explorer is written in TypeScript, powered by React + Mantine, developed with vite and tested using vitest.
-
Clone the repository:
git clone git://github.com/timkurvers/wine-log-explorer.git
-
Download and install Node.js 20+ for your platform.
-
Install dependencies:
npm install
-
Run the dev server on
http://localhost:5173
which automatically monitors source files:npm run start:dev