Contributing

We are honored by any contributions you may have small or large.

🚧 Contributing process is still under construction.🚧

Packages

Core (common)

Contribution handlers

Development setup

Becoming a JSF contributor is a fairly straight forward process. First clone repository containing playground and make sure all git submodules are also there.

$ ./install.sh

Once everything is installed (node modules) run playground demo app:

cd ./app && yarn start

If you are changing common code you should also run build & watch.

cd ./common && yarn run watch:build:dev

Above command will automatically copy files into playground node modules.

Issues and Bugs

Check the GitHub page issues: https://github.com/kalmiallc/jsf-app/issues https://github.com/kalmiallc/jsf-common/issues

Feature Requests

Submission Guidelines

Coding Rules

Git Commit Guidelines

Debugging tips

Last updated

Was this helpful?