Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 406 Bytes

README.md

File metadata and controls

58 lines (39 loc) · 406 Bytes

Client

Install

cd client
npm install

Run

npm start

Run Development

npm run dev

Server

Install

cd server
npm install
npx playwright install

Run

npm start

Run Development

npm run dev

Test

npm test

Compile and Run Node Addons

npm run build-addons