Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.22 KB

Project_Setup.md

File metadata and controls

60 lines (42 loc) · 1.22 KB

Curious Connect - Documentation

Please follow these documentation to setup this project for development work

Dependencies

Use the website Node JS to install Node Js in your PC. Use the website Postman to install Postman in your PC for API Testing.

Project Setup Steps

Clone The Project

git clone https://github.com/Curious-Ecosystem/Curious-Connect.git

Go Inside Project And Take The Latest Pull

git pull

Install the Node Modules

yarn install
Note: If You are working in Media Service and having a problem in installing mediasoup Library Run the given command. (For Windows)
yarn install-mediasoup
If You are still facing issue, Please Contact Project Admin

Run The React APP

yarn start

Run The Required Backend Service

yarn auth
yarn meet
yarn signal
yarn media

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT