Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mblayman/journal

A SaaS Journal
https://github.com/mblayman/journal

Last synced: 18 days ago
JSON representation

A SaaS Journal

Awesome Lists containing this project

README

        

# journal

A SaaS Journal - future source home of journeyinbox.com

## setup

```
python3 -m venv venv
pip install -r requirements-dev.txt -r requirements.txt
```

Local superuser:

* username: matt
* email: [email protected]
* password: createhorse

## local development tools

```
CFLAGS="-I/opt/homebrew/Cellar/graphviz/7.0.5/include" LDFLAGS="-L/opt/homebrew/Cellar/graphviz/7.0.5/lib" pip install -r requirements-dev.txt -r requirements.txt
```