/bootstrap-icons

Hunchentoot and Bootstrap icons

Primary LanguageCommon Lisp

Get started with Bootstrap Icons

Description

This is a small project to start with Bootstrap Icons.

Getting Started

Clone the project

git clone https://github.com/juan-reynoso/bootstrap-icons.git

Load the project by quicklisp

(ql:quickload "bootstrap-icons")
To load "bootstrap-icons":
  Load 1 ASDF system:
    bootstrap-icons
; Loading "bootstrap-icons"
...........
("bootstrap-icons")

Use the package bootstrap-icons

(in-package :bootstrap-icons)
#<PACKAGE "BOOTSTRAP-ICONS">

Start the web server

BOOTSTRAP-ICONS> (start-web-server)
#<EASY-ACCEPTOR (host *, port 8090)>

See the example

alt text