A science-fiction novel writing app. Inspired as a GitHub for writers. (Work in progress).
- Create projects/books/chapters
- Track daily word count
- Track balance of writing, revising, world building and character development.
- Django
- HTMX
- PostgreSQL
- TailwindCSS
- Pre-requisites
- Python 3.9
- Postgres
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserver