Skip to content

timkurvers/wine-log-explorer

Repository files navigation

Wine Log Explorer

Node Version

Explorer for Wine and CrossOver debug logs.

View live: https://timkurvers.github.io/wine-log-explorer

Wine Log Explorer

Background

Note

TODO: Add more technical background information here.

Contributions in form of issues, feedback or pull requests more than welcome!

Setup & Development

Wine Log Explorer is written in TypeScript, powered by React + Mantine, developed with vite and tested using vitest.

  1. Clone the repository:

    git clone git://github.com/timkurvers/wine-log-explorer.git
  2. Download and install Node.js 20+ for your platform.

  3. Install dependencies:

    npm install
  4. Run the dev server on http://localhost:5173 which automatically monitors source files:

    npm run start:dev