Skip to content

kadalu-tech/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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