Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.4 KB

logo

Deploy
A handy tool written in Python that converts hand drawn doodles into Bootstrap html website template.

Installation

pip install

Run the django server

python manage.py runserver

Uploading a doodle

The upload page has a custom LiterallyCanvas canvas where the wireframes can be drawn and downloaded.

Check out the example doodle

Naming Convention

Currently these basic components of Bootstrap 4 are supported:

Parent like components(container, row, col) require a closing tag with -end

container requires a container-end

row requires a row-end

column requires a column-end