ags2121 / alex-silva-music

Music portfolio website (currently offline)

Home Page:https://www.alexsilvamusic.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alex-silva-music

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.

OR

If you're developing with Cursive:

  • Select Edit Configurations
  • Create a new local Clojure REPL Run/Debug Configuration
  • Select the "clojure.main in normal JVM process" radio button option
  • Enter "script/repl.clj" in parameters field
  • Save and run the configuration

Run tests:

lein clean
lein doo phantom test once
OR 
lein doo node-test 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

lein clean
lein cljsbuild once min

About

Music portfolio website (currently offline)

https://www.alexsilvamusic.us/


Languages

Language:Clojure 89.3%Language:CSS 7.2%Language:HTML 3.5%