First part
Extract "themeforest-pixy-main.zip" file and cloning the directory "pixy" to your works directory.
Open Terminal and go to your project dir using command cd your_works_dir_path/pixy
cd your_works_dir_path/pixy
Run npm install or yarn install to install the dependencies.
npm install
yarn install
Last updated 6 months ago