Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

DEVELOPING.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

Developing

How do I setup the project for development?

  1. If you don't have write access to this repo, fork it
  2. Clone the repo
  3. Install dependencies: npm ci
  4. Ensure everything is working: npm run validate
  5. Use VS Code? Run command Extensions: Show Recommended Extensions and install

What's the development workflow?

  1. Start develop mode: npm run dev
  2. For TDD fans: npm run dev--tdd
  3. Write code
  4. Run npm run manual-test
  5. Create a pull request on GitHub
  6. Remove the temporary test directory create-exposed-app-test-my-new-feature