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.jsto justkeys.js. - In
Settingsyou can click inAdd Firebase to your web appan it will give you the fields that you need to fill thekeys.jsnewly 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