https://github.com/aforemny/bullet-journal
Bullet journal implementation in Elm.
https://github.com/aforemny/bullet-journal
bullet-journal calender note-taking-app
Last synced: 10 days ago
JSON representation
Bullet journal implementation in Elm.
- Host: GitHub
- URL: https://github.com/aforemny/bullet-journal
- Owner: aforemny
- Created: 2018-07-28T11:45:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:42:53.000Z (over 2 years ago)
- Last Synced: 2025-03-26T13:21:34.642Z (27 days ago)
- Topics: bullet-journal, calender, note-taking-app
- Language: Elm
- Homepage:
- Size: 1.85 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bullet-journal
[Bullet Journal](http://bulletjournal.com/) implementation in
[Elm](http://elm-lang.org/), backed by [Parse](https://parseplatform.org/) and
[Express](https://expressjs.com/).## Build instructions
```sh
git clone github.com:aforemny/bullet-journal.git
cd bullet-journal
git submodule update --init
```### Build on Linux
```sh
make
npm run dev
open http://localhost:1337
```The dashboard runs on http://localhost:4040.