Steps for recreating
August 6, 2020 ยท View on GitHub
Step 1:
Fork the repository.
(Top right corner Fork button will be there.)
Step 2:
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.
Step 3:
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.
Step 4:
npm run test
Step 5:
npm run build
Step 6:
npm run serve
After running the above command kalaam.io will be launched on the local server and testing can be done accordingly.