Flora is the front end for the open source task management software Pavonine.
- Simple UI
- Progressive Web App
- Offline support
- Support for multiple tasklists
- User & Tasklist Privileges for administration
- Support for ActivityPub, so that users from different nodes can interact with the tasklist
Currently Flora is undergoing a lot of development so contributions are welcome. To develop flora locally follow the following steps:
- Clone the repository
git clone https://gitlab.com/Pavonine/flora.git
cd flora/client
- Install nodemodules
npm install
- Run the product build
npm run dev:start
- Start hacking!
- Clone the repository
git clone https://gitlab.com/Pavonine/flora.git
cd flora/client
- Install nodemodules
npm install
- Run the product build
npm run prod:build
- Host the files in /dist as a static website.
Pavonine and all of it's software is released under AGPL-3.0 License. Please check the LICENSE file for more information.