Skip to content

quasarect/devforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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