Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 311 Bytes

DEVELOPMENT.md

File metadata and controls

8 lines (7 loc) · 311 Bytes

Development

  1. Install dependencies: npm install
  2. Run the dev server: npm run dev
  3. Run the tests:
    • Display links to tests: npm test
    • Open all tests in your Browser: npm test -- open
    • Open tests from a specific folder (e.g. stac-item) in your Browser: npm test -- open stac-item