- Install dependencies:
npm install
- Run the dev server:
npm run dev
- 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
- Display links to tests: