Thank you for your interest in contributing to FaasJS workflow!
There are many ways to support the development of FaasJS workflow, including but not limited to:
- Star or Watch on Github
- Fork and Contribute on Github
- Use FaasJS to build your own or enterprise applications.
- Share FaasJS workflow with others and share your experience.
- Write an article or record a video to share your FaasJS workflow experience.
- Fix the bug in FaasJS workflow.
- Add new features to FaasJS workflow.
- Be a sponsor to FaasJS.
- Update your Mac OS and Xcode to latest stable version.
- Install latest stable version's Docker and VSCode.
- Install Remote plugin for VS Code.
- Fork and clone this repository.
- Use VSCode to open project folder.
- Reopen in container. (The button's position is at left bottom, a green button.)
- Run
ni
(shorten command fornpm install
) to install dependencies. - Run
nt
(shorten command fornpm run test
) to run unit tests.