pvs-hd-tea / MuesliNext

MÜSLI replacement with intutable
Apache License 2.0
0 stars 0 forks source link

MuesliNext

GitHub Workflow Status GitHub Workflow Status

WebApp Generator with Intutable as backend and react framework for frontend that can be used to generate MÜSLI like apps.

Demo

with webapp config used from static/MüsliNext.json

App demo

Installation

clone this repository

git clone git@github.com:pvs-hd-tea/MuesliNext.git

or via https

git clone https://github.com/pvs-hd-tea/MuesliNext.git

install dependencies

npm install

start the app

npm run dev

Contributing

For contributions please follow the contribution guideline

Additionally you can only commit if the code following certain quality criteria. E.g. is linted and formated correctly. To format the code automatically if possible run:

npm run format

You should never but could always bypass these rules with:

git commit --no-verify

Running Tests

To run tests, run the following command

npm test

To run tests with coverage, run

npm test -- --coverage --watchAll

Acknowledgements