Open source Inference widgets + optimize for community contributions (#87)
* npm init svelte@next + tweaks
* rm lib/ from main python-centric .gitignore
* svelte: set typescript as default
* prettier: pin to same versions as moon-landing, and do not format .ts for now
* cp files from moon-landing
* Add slimmed down version of ViewUtils.ts + fix paths to it
* move ModelData around to be able to use it here
* Fix more imports + add attributes to ModelData
* import pipeline icons...
* other (non-pipeline) icons
* add (last?) missing svelte file
* apiUrl: set a sane actual default
* Yay it's working! 🎉
* Slightly slimmed down Tailwind setup from hf.co
* Better type for `apiToken`
* make more model attributes optional
* Add /:model page (w/ just one widget) + static adapter
* /:model is capable of displaying error
* [ci] do not run Python tests on widgets
* [ci] svelte
* CD of static site
* ci: netlify push to prod?
* Add dark mode switcher for ease of dev
* Fixes for dark mode
* more models
* basic readme
* ok ok