eevee / spline

All the parts of web development I hate, done once and for all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ditch Paste and allow running spline without installing it

eevee opened this issue · comments

I don't see why python -m spline shouldn't work, frankly.

Concerns:

  • reloading in development
  • where critical configuration lives, and what happens to logging
  • where data lives and how that directory comes to exist (right now you'd just be dumping stuff into data/ in the repo)