Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 614 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 614 Bytes

console

Web Console for Kadalu Storage

Kadalu Storage Console is a static web app created using AlpineJS and Bulma CSS. Backend HTML files are generated using Jinja2.

Setup

Install the build dependencies

pip install flask jinja2

To try out locally,

make dev

To deploy, run the following command and copy the output directory to Static server location like Github pages.

make build

To make changes to CSS, download the bulma and install the following dependencies.

gem install sass