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

https://github.com/maxbleu/thenurburgringo

This GitHub repository features an Electron app built with React and Vite to showcase the fastest laps in Assetto Corsa at Nurburgring Nordschleife. 🏎️ Users can view and analyze lap times in a dynamic interface. Perfect for racing enthusiasts! 🏁
https://github.com/maxbleu/thenurburgringo

assetto-corsa desktop-app electron javascipt nordschleife nurburgring react vite

Last synced: about 2 months ago
JSON representation

This GitHub repository features an Electron app built with React and Vite to showcase the fastest laps in Assetto Corsa at Nurburgring Nordschleife. 🏎️ Users can view and analyze lap times in a dynamic interface. Perfect for racing enthusiasts! 🏁

Awesome Lists containing this project

README

        

# thenurburgingo

An Electron application with React

## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

## Project Setup

### Install

```bash
$ npm install
```

### Development

```bash
$ npm run dev
```

### Build

```bash
# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
```