Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 12, 2025
1 parent 71f1210 commit 7d1cf61
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 19 deletions.
3 changes: 3 additions & 0 deletions docs/0d7535f482dc6111d4c1.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/0d7535f482dc6111d4c1.bundle.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/0f3b926757b24c988f11.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/0f3b926757b24c988f11.bundle.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/1002a579d6bd0465baea.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/1002a579d6bd0465baea.bundle.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/2f9958da0050e5d2df17.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/2f9958da0050e5d2df17.bundle.js.map

This file was deleted.

8 changes: 8 additions & 0 deletions docs/7c707cace1261a1591d6.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/7c707cace1261a1591d6.bundle.js.map

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/8de6f6997c16c83f95a1.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/8de6f6997c16c83f95a1.bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/8de6f6997c16c83f95a1.bundle.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en" data-framework="rxdb"><head><meta charset="utf-8"><title>RxDB Quickstart • TodoMVC</title><script defer="defer" src="2f9958da0050e5d2df17.bundle.js"></script><link href="src/style.css" rel="stylesheet"></head><body><span id="forkongithub"><a href="https://github.com/pubkey/rxdb-quickstart" target="_blank">Fork me on GitHub</a></span><section class="todoapp"><header class="header"><h1>p2p todos</h1><p class="description">This is a <a href="https://rxdb.info/offline-first.html" target="_blank">local first</a> todo app that stores data locally with <a href="https://rxdb.info/" target="_blank">RxDB</a> and replicates it <a href="https://rxdb.info/replication-p2p.html" target="_blank">peer-to-peer with WebRTC</a> to other devices without sending the data through any central server. Open this url in another browser/device/tab to test the replication:<br/><code id="copy-url"></code><br/>The whole app is implemented without a framework in about 200 lines of TypeScript code. To learn more about how it works, I recommend looking at the <a href="https://github.com/pubkey/rxdb-quickstart/blob/master/src/index.ts" target="_blank">source code</a> and read the <a href="https://rxdb.info/quickstart.html" target="_blank">RxDB Quickstart Guide</a>.</p><hr><input id="insert-todo" class="new-todo" placeholder="What needs to be done? (Enter to submit)" autofocus></header><section class="main"><input id="toggle-all" class="toggle-all" type="checkbox"> <label for="toggle-all">Mark all as complete</label><ul class="todo-list" id="todo-list"></ul><footer class="footer"><span class="todo-count"></span><ul class="filters"></ul><button class="clear-completed" id="clear-completed">Clear completed</button></footer></section></section><footer class="info"><p>Written by <a href="https://github.com/pubkey" target="_blank">Daniel</a></p><p><a href="https://rxdb.info">Powered by RxDB</a></p></footer></body></html>
<!doctype html><html lang="en" data-framework="rxdb"><head><meta charset="utf-8"><title>RxDB Quickstart • TodoMVC</title><script defer="defer" src="0d7535f482dc6111d4c1.bundle.js"></script><link href="src/style.css" rel="stylesheet"></head><body><span id="forkongithub"><a href="https://github.com/pubkey/rxdb-quickstart" target="_blank">Fork me on GitHub</a></span><section class="todoapp"><header class="header"><h1>p2p todos</h1><p class="description">This is a <a href="https://rxdb.info/offline-first.html" target="_blank">local first</a> todo app that stores data locally with <a href="https://rxdb.info/" target="_blank">RxDB</a> and replicates it <a href="https://rxdb.info/replication-p2p.html" target="_blank">peer-to-peer with WebRTC</a> to other devices without sending the data through any central server. Open this url in another browser/device/tab to test the replication:<br/><code id="copy-url"></code><br/>The whole app is implemented without a framework in about 200 lines of TypeScript code. To learn more about how it works, I recommend looking at the <a href="https://github.com/pubkey/rxdb-quickstart/blob/master/src/index.ts" target="_blank">source code</a> and read the <a href="https://rxdb.info/quickstart.html" target="_blank">RxDB Quickstart Guide</a>.</p><hr><input id="insert-todo" class="new-todo" placeholder="What needs to be done? (Enter to submit)" autofocus></header><section class="main"><input id="toggle-all" class="toggle-all" type="checkbox"> <label for="toggle-all">Mark all as complete</label><ul class="todo-list" id="todo-list"></ul><footer class="footer"><span class="todo-count"></span><ul class="filters"></ul><button class="clear-completed" id="clear-completed">Clear completed</button></footer></section></section><footer class="info"><p>Written by <a href="https://github.com/pubkey" target="_blank">Daniel</a></p><p><a href="https://rxdb.info">Powered by RxDB</a></p></footer></body></html>

0 comments on commit 7d1cf61

Please sign in to comment.