This project is WIP.
Agave is a personal journaling app. It's designed in a blog style but it's for private purposes only. I created this app to motivate myself to write more.
- it's a PWA and is meant to be mainly a mobile-oriented web app.
- it uses Firebase, which allowes cross-device synchronization and offline mode.
- it supports Markdown.
- you need to create a firebase project.
- add the firebase config values to
.envfile under these keys. - change
projects.defaultin.firebasercto the ID of your newly created firebase project. - run
npm installand thennpm run start. - the app will be served on
http://localhost:3000.
- migrate to zero-data privacy model