TP
TURBOPREP
To use TURBOPREP, you need to configure Firebase. Replace the placeholder config in index.html with your Firebase project credentials.
const firebaseConfig = {\n apiKey: "YOUR_API_KEY",\n authDomain: "YOUR_PROJECT.firebaseapp.com",\n ...\n}
Visit Firebase Console to create a project and get your config.
Preview the app without Firebase — data will not be saved.