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