Esperanto for Chronicle. Ĉartaro is a journal or chronicle of your work.
Ĉartaro is a successor to Mettisto which is a successor of Workman.
Electron / VueJS / Vuetify
- Python 3.12.x
- Flask
- TinyDB
Requires NodeJS v16.16.x and Python 3.12.x
cd server- Create Virtual Env:
python -mvenv venv - Activate:
. ./venv/bin/activate - Install Deps:
pip install -r requirements.txt make test&&make covermake help
cd server; make dist; cd ..npm run dev
cd servermake distcd ..npm run buildcd dist_electron; ls- Profit!