Skip to content

Otann/lipstick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lipstick 💄

Lipstick is a UI for your Swagger API definitions

Screenshot

Check demo at http://otann.github.com/lipstick/progress

Main Features

  • Provide single js+html bundle
  • Close to plain-text data presentation, ready to be copy-pasted to chat or email
  • Non-obstructive client to get live data from API
  • Optional configuration through /lipstick.yaml file

Development Mode

Compile css:

Compile css file once.

lein less once

Automatically recompile css file on change.

lein less auto

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser. Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min