Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Deploy

Irclog CouchApp

a web app to view irclogs (elm 0.19 edition)

The logs are stored in couchdb.

The single page web app is written in angular and stored as a couchapp in couchdb attachments.

Quick start - for developers

Install elm, run elm make src/Main.elm and elm reactor.

The public server has localhost:8000 allowed for CORS requests, so running on port 8000 will make the api available

Production

mkdir ./dist
elm make --optimize --output dist/index.html src/Main.elm

the release is in ./dist

Releases

Packages

Used by

Contributors

Languages