Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
weizman committed Mar 6, 2024
1 parent 44b64a9 commit 085387d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/react/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@
}
</style>
</head>
<script>
top.start = function(root) {
root.innerHTML = `
<div>
Currently, the LavaDomeReact demo only works locally by:
<li> cloning the
<a href="https://github.com/lavamoat/LavaDome">LavaDome repo</a>
</li>
<li>
setting up the project for development
</li>
and then:
<li>
running <code>npm run dev</code>
in the <code>react</code> package
</li>
<li>
and visiting <code>http://localhost:3000/</code>
</li>
But if you want to play with the core functionality of LavaDome without locally installing it,
you can easily do so by:
<li>
visiting the <a href="https://lavamoat.github.io/LavaDome/packages/core/demo/">online demo site</a>
</li>
</div>
`;
}
</script>
<body style="max-width: 700px; background-color: #FDDACD " onload="start(PRIVATE)">
<div id="content" style="padding: 10px">
<h1><a href="https://github.com/lavamoat/LavaDome#react">LavaDome (React)</a> 🌋</h1>
Expand Down

0 comments on commit 085387d

Please sign in to comment.