Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timkurvers/wine-log-explorer
- Owner: timkurvers
- License: mit
- Created: 2024-07-26T23:28:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T19:42:24.000Z (about 2 months ago)
- Last Synced: 2024-10-12T03:20:06.657Z (about 1 month ago)
- Topics: wine, winehq
- Language: TypeScript
- Homepage: https://timkurvers.github.io/wine-log-explorer
- Size: 1.06 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/