Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yochannah/bluegenes-homepages-ideas
https://github.com/yochannah/bluegenes-homepages-ideas
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yochannah/bluegenes-homepages-ideas
- Owner: yochannah
- Created: 2016-07-26T15:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T16:02:22.000Z (over 8 years ago)
- Last Synced: 2024-10-03T19:30:21.486Z (3 months ago)
- Language: Clojure
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blugenes-homepage-ideas
A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you.
## Development Mode
### Compile css:
Compile css file once.
```
lein less once
```Automatically recompile css file on change.
```
lein less auto
```### 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](http://localhost:3449).
## Production Build
```
lein clean
lein cljsbuild once min
```