Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.09 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.09 KB

Flora - Pavonine Frontend

Flora is the front end for the open source task management software Pavonine.

Features:

  • Simple UI
  • Progressive Web App
  • Offline support

Planned Features:

  • Support for multiple tasklists
  • User & Tasklist Privileges for administration
  • Support for ActivityPub, so that users from different nodes can interact with the tasklist

Development

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!

Deployment

  • 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.

License

Pavonine and all of it's software is released under AGPL-3.0 License. Please check the LICENSE file for more information.