Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 1.27 KB

Contributing

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.

Get started locally

  1. Update your Mac OS and Xcode to latest stable version.
  2. Install latest stable version's Docker and VSCode.
  3. Install Remote plugin for VS Code.
  4. Fork and clone this repository.
  5. Use VSCode to open project folder.
  6. Reopen in container. (The button's position is at left bottom, a green button.)
  7. Run ni (shorten command for npm install) to install dependencies.
  8. Run nt (shorten command for npm run test) to run unit tests.