Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 870 Bytes

SETUP.md

File metadata and controls

46 lines (29 loc) · 870 Bytes

Steps for recreating

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.