Skip to content

Commit e65aaf5

Browse files
committed
stub web demo
1 parent 4fc8415 commit e65aaf5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>sqldef</title>
4+
</head>
5+
<body>
6+
<p>This is meant to be a very simple demo. Please see <a href="https://sqldef.github.io">our site</a> for docs & more complete demo.</p>
7+
<script type="module">
8+
// put demo code here
9+
</script>
10+
</body>
11+
</html>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
".": "./index.js"
1414
},
1515
"scripts": {
16-
"test": "node --test"
16+
"test": "node --test",
17+
"start": "npx -y live-server docs"
1718
},
1819
"author": "David Konsumer <[email protected]> (http://konsumer.js.org)",
1920
"license": "MIT",

0 commit comments

Comments
 (0)