Skip to content

albinma/panther

Repository files navigation

Project Panther

Getting Started

Copy env file:

cp .env .env.local

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Testing

If running test for the first time:

npx playwright install

To run tests:

yarn test:e2e