This is the source code, enjoy! It's built with React, Create-React-App, TypeScript, and Firebase.
If you wanna run it yourself, follow these steps.
- Create a Firebase web-app
- Clone the repo
- Create src/firebaseConfig.ts with content like this:
export var firebaseConfig = { apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "", appId: "" }
- Run
npm install
- Run
npm start
- Enjoy!
NOTE: If you want the Github Action to work, you need to add the contents of the firebaseConfig.ts to a Github secret named FIREBASE_CONFIG.
Since this is based on Create React App, you have the usual available scripts to you, like:
npm start
npm test
npm build
npm eject
(Don't do this unless you know what you're doing!)
Please refer to the Create React App documentation for more information!
FFic Bbang is open source software licensed as GPLv3.