Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 218 Bytes

File metadata and controls

15 lines (10 loc) · 218 Bytes

Workverse

Welcome to The Virtual Workplace

To run the client:

cd metaverse-worktez
npm install
ng serve

To run the Server:

cd server
npm install
npm run start