Fork the repository.
(Top right corner Fork button will be there.)
Clone the forked repository to local machine using:
git clone https://github.com/{Your Github Username}/Kalaam.git
Enter your github name inside the curly braces present inside the url.
cd
into the folder where the repository has been cloned and then run the following command.
npm install
After node_modules
directory has been created in the root repository directory on the local machine run the commands in Step 4 and Step 5.
npm run build
npm run serve
After running the above command kalaam.io will be launched on the local server and testing can be done accordingly.