Closed shama closed 9 years ago
@shama cool! if you run standard -F
locally it should fix most of the linting errors.
@ngoldman Oh nice, I didnt know about standard -F
. Fixed those errors, thanks!
@shama I think it just wraps https://github.com/maxogden/standard-format
Looks good to me, here we go!
@shama awesome start!
This is a start on a web version. It makes
app.js
more platform agnostic and creates adesktop.js
andweb.js
for the entry points to each version.Although further work needs to be done to get it running on the web. I'm hitting this error:
and I imagine a few others are not web friendly. Still looking into solutions around those.
npm run web
will start a server onlocalhost:9966
.