roosta / gallery.roosta.sh

Gallery site written in clojurescript

Home Page:http://gallery.roosta.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gallery.roosta.sh

Overview

Gallery site for displaying various graphical works I’ve done over the years. Designed to be responsive, with a minimal design to highlight the art work.

Libraries used

Besides the language itself and namespaces included therein I used these libraries and tools. Huge thanks to all the developers of these.

UI

Tools

Setup

First install Leiningen

To get an interactive development environment run:

lein figwheel

and open your browser at http://localhost:3449/. This will auto compile and send all changes to the browser without the need to reload.

The stylesheets are automatically compiled when the project is first build but to have it update as you develop run:

lein garden auto

CSS is saved as resources/public/css/compiled/screen.css

To create a production build run:

lein prod

And open your browser in prod/index.html

License

Copyright © 2017 Daniel Berg

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Gallery site written in clojurescript

http://gallery.roosta.sh


Languages

Language:Clojure 54.7%Language:CSS 33.5%Language:HTML 10.2%Language:Shell 1.0%Language:Dockerfile 0.6%