Skip to content

rlhk/learndatalogtoday

 
 

Repository files navigation

learndatalogtoday

An interactive Datalog tutorial

Prerequisites

You will need Leiningen installed.

Bootstrapping

$ git clone git@github.com:jonase/learndatalogtoday.git
$ cd learndatalogtoday
$ ./fetch-js-deps.sh
$ lein clean && lein cljsbuild once

Running the webapp

$ DEVMODE=true lein ring server

A browser window should open, otherwise visit http://localhost:3000.

Feedback welcome

You can open issues on the github issue tracker or you can email me your suggestions/bugs/typos/feedback/etc. Pull requests welcome!

License

Copyright © 2013 Jonas Enlund

Distributed under the Eclipse Public License, the same as Clojure.

About

Interactive Datalog Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 96.2%
  • Shell 2.0%
  • CSS 1.3%
  • JavaScript 0.5%