Use 'lein compile' or 'lein figwheel'. Still figuring out details like how to make it compatible with normal Clojure simultaneously. However, code changes were pretty minimal.
12 lines
217 B
HTML
12 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>curlnoise</title>
|
|
</head>
|
|
<body>
|
|
<div id="curlnoise"></div>
|
|
<script src="js/main.js"></script>
|
|
<script>curlnoise.core.run_sketch()</script>
|
|
</body>
|
|
</html>
|