- If you don't have write access to this repo, fork it
- Clone the repo
- Install dependencies:
npm ci - Ensure everything is working:
npm run validate - Use VS Code? Run command
Extensions: Show Recommended Extensionsand install
- Start develop mode:
npm run dev - For TDD fans:
npm run dev--tdd - Write code
- Run
npm run manual-test - Create a pull request on GitHub
- Remove the temporary test directory
create-exposed-app-test-my-new-feature