mikemonteith / jens

GUI for an npm workflow aimed at non-developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jens

A desktop app, enabling content editors to contribute to projects that would usually require developer expertise.

Examples:

For simple websites, a traditional web-hosted CMS can be avoided, non-developers contributing directly to the project's codebase via git, then deploying generated bundles to the web.

A mobile app that contains translation files can be maintained by the person doing the translating instead of using up a developer's time.

Development

git clone https://github.com/mikemonteith/jens
cd jens
npm install
npm start

The app uses electron.
The user interface is React, using Redux actions and sagas.

Lint before committing code with npm run lint

Contributing

Yes please! The more the merrier.

The component-library can be helpful when working with the user interface.

Feedback

Please do open github issues to discuss this project, feature requests, bug reports, or anything else that would contribute to the community.

About

GUI for an npm workflow aimed at non-developers


Languages

Language:JavaScript 91.3%Language:CSS 7.7%Language:HTML 1.0%