Ruannilton / missopad

Share and update documents in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share and update documents in real-time


Missopad is a real-time collaborative tool that renders Markdown. You can access any page without the need to authenticate in any way. Simply access a url (e.g https://missopad.com/<any_url>) and start editing!

How to contribute

The whole project is hosted on firebase. The main credentials, located at src/services/firebase.ts will not work on your local machine:

const firebaseConfig = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
};

Use the Firebase Emulator or your own project credentials to run the app.

For more information about how to install and configure Firebase, we've made a special md to help you achieve that, see Firebase Config

Please open a PR describing the changes and your new features. Any help will be much apreciated 😀

About

Share and update documents in real-time


Languages

Language:TypeScript 89.2%Language:HTML 7.6%Language:CSS 3.2%