Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
desholmes committed Nov 1, 2020
0 parents commit c2236ea
Show file tree
Hide file tree
Showing 17 changed files with 8,071 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.cache
node_modules
9 changes: 9 additions & 0 deletions REAME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Text Terminal

Simple, extendable terminal interface.

## Commands

1. `npm`: Install deps
1. `npm start`: Start local dev server
1. `npm run build`: Builds project to [./dist](./dist)
7 changes: 7 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<link href="/main.48b3db1d.css" rel="stylesheet">
<script src="/main.48b3db1d.js"></script><body>
<div id="text-terminal"></div>
<script src="/src.e31bb0bc.js"></script>
</body>
</html>
33 changes: 33 additions & 0 deletions dist/main.48b3db1d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/main.48b3db1d.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c2236ea

Please sign in to comment.