Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 563 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 563 Bytes

ChipChat

Setup

Prerequisites

  • MongoDB 6 (if docker is setup you can use the docker-compose.env.yml file to start one)
  • Node 20
  • pnpm 8

Install the app

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Test

Install playwright

pnpm exec playwright-core install

Then run test :

pnpm test

You can also run the test in the nuxt devtools within the Vitest tab when running the development server.