A blogging system builted on Firebase Realtime Database. To setup Firewrite, take a look at the setup's readme.
You will insert the configuration that you got from Firebase into src/config.js
.
var config = {
apiKey: "XXX",
authDomain: "XXX",
databaseURL: "XXX",
projectId: "XXX",
storageBucket: "XXX",
messagingSenderId: "XXX"
};
firebase.initializeApp(config);
I recommend using JavaScript Obfuscator to encrypt your configuration, just like I did.
- Fork this repository to your own GitHub account and then clone it to your local device
- Move into the repository's directory:
cd firewrite
- Run live-server
Firewrite is licensed under the MIT License. You can view the license.md
file here.