An open API service indexing awesome lists of open source software.

https://github.com/danielrs/portfolio-clojure

Source code for my personal website http://www.danielrs.me
https://github.com/danielrs/portfolio-clojure

Last synced: 17 days ago
JSON representation

Source code for my personal website http://www.danielrs.me

Awesome Lists containing this project

README

          

# Portfolio

Source code for my personal website; this is a new version written
in Clojure and Luminus. The [old one][portfolio-old] was written in Haskell.

## Running

To start a web server for the application, run:

lein run

## What was used?

### Server

I use [luminus][luminus] framework with the default web stack (Compojure and Ring).

### Garden

[Garden][garden] as a CSS pre-processor replacement.

### ClojureScript

[ClojureScript][clojurescript] is the Javascript replacement, this allows code sharing between the client and the server.

## License

Copyright © 2016 MIT

[clojure]: https://clojure.org/
[clojurescript]: https://github.com/clojure/clojurescript
[garden]: https://github.com/noprompt/garden
[luminus]: http://www.luminusweb.net/
[portfolio-old]: https://github.com/DanielRS/portfolio-haskell