Commit Graph

4 Commits

Author SHA1 Message Date
Jon Banafato
df4dd93347 Use pre-commit
[pre-commit](https://pre-commit.com/) automatically runs tools like
linters and fixers to make development easier. This change adds a simple
pre-commit config file with an example trailing whitespace fixer and
applies it to the existing project.

Additionally, don't ignore the lib directory (an error introduced in #8).
2019-11-09 10:35:32 -05:00
Mike
1e41483c29 Further work on the web server and frontend 2019-11-06 18:27:16 -05:00
Mike
1bf1640156 Began laying out frontend interface 2019-11-03 08:58:54 -05:00
Mike
15a24cb615 Now serving static/index.html on :8000 2019-11-02 03:39:50 -04:00