Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 677 Bytes

File metadata and controls

24 lines (14 loc) · 677 Bytes

yellowpages-client

Getting Started

  • Run pnpm install --frozen-lockfile to install dependencies.
  • Run ./setup.sh to install the pre-commit and pre-push git hooks.
  • Copy the contents of ./env.local into a ./.env file.

Local Development

  • Run pnpm dev to launch the development build.

## Running E2E tests

  • Run npx playwright install --with-deps to install Playwright browsers.
  • Run npx playwright test to run the tests.

Contributing

See CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for more details.