Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 381 Bytes

ELib Bootstrap 5

Bootstrap 5 library for WebDSL.

Current Bootstrap version: 5.2.0-beta1

Usage

Import the lib.app in your application:

imports elib/elib-bootstrap5/lib

Update Script

To update Bootstrap, change the BS_VERSION variable at the top of the script. To run update.sh, you need to have installed:

  • wget (brew install wget)
  • unzip