Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 468 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 468 Bytes

Frontend Testing Workshop Project (Twitter Clone)

Prerequisites

Node version 18.17.0

Cloning the repository

git clone git@github.com:qhantom/frontend-testing-workshop.git

Install packages

npm install -g pnpm
pnpm install

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=frachtwerksecret
NEXTAUTH_SECRET=frachtwerksecret

Start the app

pnpm dev

Run tests

pnpm test