Simple application for note taking with real time sync and support for code editors.
This is the live version: https://mdnotes.co/
This is firebase backend project so in order to use it locally you need to create a firebase web application and get your own credentials.
- Change the name of
keysTemplate.js
to justkeys.js
. - In
Settings
you can click inAdd Firebase to your web app
an it will give you the fields that you need to fill thekeys.js
newly created file. - You also need to create a Github application and registered in the Firebase Auth section.
The project was made using create-react-app, docker and docker-compose. So we only have to do:
docker-compose up
- [] Once the web version is ready, we should start creating the code editor extensions
MIT