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! 🏁
- Host: GitHub
- URL: https://github.com/maxbleu/thenurburgringo
- Owner: Maxbleu
- Created: 2024-08-13T17:07:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T17:22:16.000Z (9 months ago)
- Last Synced: 2024-10-31T14:22:40.954Z (7 months ago)
- Topics: assetto-corsa, desktop-app, electron, javascipt, nordschleife, nurburgring, react, vite
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```