Follow Formula 1 and access previous seasons
git clone https://github.com/dmartinjs/pitlane.git
cd pitlane
npm install
npm run start
# build web assets and prepare the app
npm run build
# copy web assets to native platforms
npx cap copy
# open Android Studio
npx cap open android
Then Run 'app'
from Android Studio to visualise the app in a virtual device or to a real android device after enabling USB debugging in the Developers options panel in the Settings of you android device.
Copyright © 2023 dmartinjs.
Distributed under AGPL-3.0 license.