An open API service indexing awesome lists of open source software.

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.

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.