- nodejs click here to download download lts version
- yarn installation guide
- open terminal in the project directory execute following commands one by one
yarn install
yarn build
yarn run compile:sass
- All the code is written in src folder
- If you have written scss run following command to compile to css
yarn run compile:scss
- If you have written js run following command to build js file
yarn build
- before pushing the test your code with following command
yarn test
❌❌DONT PUSH YOUR CODE IF TEST FOR YOUR CODE IS NOT PASSED❌❌
- All the code you write should be pushed to dev branch do not push to master branch
- Things to do is mention in projects section