Skip to content

jiangts/live-slide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Slides

Go ahead, Live Edit these slides!


Many thanks to:


Some inspiration -- Markdown Editors

Ones I kept open on my computer:


Some inspiration -- Beautiful slideshows


This codebase:

A re-frame application designed to ... well, that part is up to you.


Development Mode

Compile css:

Compile css file once.

lein garden once

Automatically recompile css file on change.

lein garden auto

count: false

Development Mode

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.


Run tests:

lein clean
lein doo phantom test once

The above command assumes that you have phantomjs installed. However, please note that doo can be configured to run cljs.test in many other JS environments (chrome, ie, safari, opera, slimer, node, rhino, or nashorn).


Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

Live Slide Editing with Remark.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published