Skip to content

tlicata/tl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tl

Tim's Online World

Local Development

Dependencies

  • Leiningen
  • Foreman

Starting Server

lein uberjar && foreman start

Or, through emacs and cider.

M-x cider-jack-in
C-c C-k

In cider buffer,

user> (tl.core/dev-main)

Get clojurescript compiling. In new terminal,

$ lein cljsbuild auto     # prod profile w/ advanced optimizations
$ lein cljsbuild auto dev # dev profile w/ pretty print

Deploy

Add heroku repo as git remote and push.

git remote add heroku <app-url.git>
git push heroku <your-branch>:master

License

Copyright © 2015 Timothy Licata

About

Tim's Online World

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published