Skip to content
/ ffbb Public

A tool for the fan fic community to organize big bang events.

License

Notifications You must be signed in to change notification settings

nabaxo/ffbb

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2021
Apr 9, 2021
Jun 22, 2021
Mar 14, 2021
Feb 4, 2021
Mar 14, 2021
Mar 14, 2021
Apr 15, 2021
Apr 15, 2021
Apr 15, 2021

Repository files navigation

FFic BBang - A tool for organising bang events for fanfic communities.

This is the source code, enjoy! It's built with React, Create-React-App, TypeScript, and Firebase.

Instructions

If you wanna run it yourself, follow these steps.

  1. Create a Firebase web-app
  2. Clone the repo
  3. Create src/firebaseConfig.ts with content like this:
    export var firebaseConfig = {
        apiKey: "",
        authDomain: "",
        databaseURL: "",
        projectId: "",
        storageBucket: "",
        messagingSenderId: "",
        appId: ""
    }
  4. Run npm install
  5. Run npm start
  6. 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.

More stuff

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!

Credits

License

FFic Bbang is open source software licensed as GPLv3.

About

A tool for the fan fic community to organize big bang events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published