Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 830 Bytes

SETUP.md

File metadata and controls

39 lines (25 loc) · 830 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 build

Step 5:

npm run serve

After running the above command kalaam.io will be launched on the local server and testing can be done accordingly.