# talks **Repository Path**: mirrors_tomasAlabes/talks ## Basic Information - **Project Name**: talks - **Description**: Vote for topics, present your talks. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Talks Vote for topics, present your talks. ## First-steps Change the firebase db connection in `FirebaseConnection.js` (go to [Firebase](https://www.firebase.com/) to create one if you don't have one (if not you will be using the prod db! (improving this is a ToDo...)) ``` npm install npm run watch ``` See `package.json` "scripts" or `gulpfile.babel.js` for more. ### To Do's 1. Make Firebase DB configurable 2. Tests! (mocking firebase was a blocker) 3. Improve Docs 4. Cache-Busting Done to learn 1. React 2. Gulp 3. Flux 4. PostCSS 5. BrowserSync 6. Babel