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

https://github.com/serioga/static-website-clojure

Prototype of Clojure project for static website development
https://github.com/serioga/static-website-clojure

clojure hiccup leiningen stasis static-site-generator static-website tailwind-css

Last synced: 5 months ago
JSON representation

Prototype of Clojure project for static website development

Awesome Lists containing this project

README

          

# static-website-clojure
Prototype of Clojure project for static website development

## Features

- Hiccup
- Tailwind CSS
- Clojure
- Hor reloading

## Usage

Run for development:

npx nf -p 8080 start

Build static website:

lein release

.Run web server for release version:

lein with-profile test-release ring server