https://github.com/daaain/daily-journal
https://github.com/daaain/daily-journal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daaain/daily-journal
- Owner: daaain
- Created: 2017-02-10T18:53:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T15:49:58.000Z (over 8 years ago)
- Last Synced: 2024-10-06T03:20:18.994Z (over 1 year ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily journal app
This an offline-first journaling app, which I created as an experiment to help me keep up with my daily work journaling, but it’s of course open for anyone to use.
As you start writing, your journal will be saved locally in your browser (using PouchDB), so you can close the window and come back any time with everything saved.
In case you want to back up your data (and settings), you can export everything into a file and import back later. I’m also planning to integrate with Dropbox to make this smoother and enable synchronisation between devices.
TODO full tech stack
## Install dependencies
```sh
yarn install
```
## Run development server
```sh
yarn start
```
## Build for production
```sh
yarn build
```