Install Frontend
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
Run
npm install
oryarn install
to install the dependencies.
Last updated