feat: integrate Behave.js for live editor 🏆 so good

This commit is contained in:
Joshua Seigler 2016-10-24 15:15:07 -04:00
parent 3333e8e6ea
commit ead85b1f05
3 changed files with 780 additions and 73 deletions

View file

@ -81,7 +81,7 @@ body {
flex-direction: column;
align-items: stretch;
font-size: calc(1vw + 1em);
height: 100vh;
min-height: 100vh;
}
nav {
display: flex;
@ -139,6 +139,7 @@ section + section {
</main>
<script type="text/javascript" src="libs/openjs-shortcut/shortcut.js"></script>
<script type="text/javascript" src="libs/behave/behave.js"></script>
<script type="text/javascript" src="scripts/app.js"></script>
</body>
</html>