This is my Meta Frontend Capstone web project for the Little Lemon Reastaurant, bootstrapped with Next.js.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open [http://localhost:(provided port)](http://localhost:(provided port)) with your browser to see the result.
The project uses Playwright for unit testing in the tests directory located at 'src/app/tests/'. There you will find several test that you can run by doing the following:
Open a terminal in the app's root directory and run:
npm run start
In another terminal run:
npx playwright test