# Contributing - Fork the source code to your own repository - Modify source code - Submit pull request - Sign the CLA ## Download ```bash # Replace the following git address with your own repo git clone https://github.com/nocobase/nocobase.git cd nocobase yarn install ``` ## Development and Testing ```bash # Install and start the application yarn dev # Run all tests yarn test # Run all test files in the folder yarn test