- Fork the repository
 - Clone it
 - See the issues tab in github and try to add a new feature or improve design.
 - Make sure everything is working. Test your code.
 - Once you're sure everything works fine. You cann send a pull request.
 
- Run 
npm installin root folder. - Run 
npm installin name (client) folder. - In root folder Run 
npm run devfor testing and working on the project 
- Node.js
 - (optional) Run 
npm i -S package-nameto install a specific package like concurrently or nodemon for your convinience.