Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/wine-log-explorer

Explorer for Wine logs
https://github.com/timkurvers/wine-log-explorer

wine winehq

Last synced: 17 days ago
JSON representation

Explorer for Wine logs

Awesome Lists containing this project

README

        

# Wine Log Explorer

![Node Version](https://badgen.net/badge/node/20+/green)

Explorer for Wine and CrossOver debug logs.

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

![Wine Log Explorer](./public/images/wine-log-explorer.png)

# 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:

```shell
git clone git://github.com/timkurvers/wine-log-explorer.git
```

2. Download and install [Node.js] 20+ for your platform.

3. Install dependencies:

```shell
npm install
```

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

```shell
npm run start:dev
```

[Mantine]: https://mantine.dev/
[Node.js]: http://nodejs.org/#download
[React]: https://react.dev/
[TypeScript]: https://www.typescriptlang.org/
[vite]: https://vitejs.dev/
[vitest]: https://vitest.dev/