aranja / tux

"Create React App" with SSR and a flexible addon system

Home Page:https://tux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contribution guide

darkowic opened this issue · comments

Hello there!

I think this project needs some contribution guide. I've installed it locally, opened example project and that's all. I can not even edit the example project data.

Also https locally not working well - chrome is blocking it.

I agree!

Regarding https locally: you can allow insecure localhost by enabling chrome://flags/#allow-insecure-localhost

The biggest barrier to tux right now is that it only has a cms adapter for Contentful.

E.g. the example app only works with specific schema/data in contentful, and to edit it, you need a Contentful admin user with access to this data.

We're currently evaluating the best option to get people started with new/example apps. Maybe a different adapter, shared contentful user or instructions for creating your own contentful site.

Regarding https... that's another Contentful requirement. You can't login with OAuth2 from a http url. 🙁

Creating a mocker for contentful would be non-trivial – but creating a simple alternative adapter for a local API server that returns some JSON scheme would make more sense IMHO.

Personally, I'd always intend to use tux with some adapter, but not sure.