taskcluster / unified-logviewer

Mozilla Public License 2.0
2 stars 5 forks source link

Move hosting to something other than GitHub pages #28

Open edmorley opened 7 years ago

edmorley commented 7 years ago

GitHub pages is great, however:

Other options might be:

eliperelman commented 7 years ago

I would prefer Heroku, but would probably need a combination of Node.js and a static buildpack. Node.js for building, and static for hosting, since Node.js isn't the right solution for the hosting bits.

eliperelman commented 7 years ago

Once we convert this to a React component, we will no longer need to worry about hosting this, as users can just import the component!

edmorley commented 7 years ago

Sounds good!

eliperelman commented 7 years ago

@edmorley I've got a first version of a standalone React component:

https://github.com/mozilla-rpweb/react-lazylog

I'd love to get your thoughts on it, and then we can talk about getting it implemented elsewhere.

edmorley commented 7 years ago

I love the idea of that approach - looks good!