Social media assets for your project. Generate like, follow, profile links etc. Get official brand color, logo, company name, etc.
- Clone repository:
git clone https://github.com/web-on/social-media-assets.git
- Run npm install inside of the project directory:
cd social-media-assets
npm install
- Build the css result file with gulp:
gulp css
The above assumes you have nodejs, npm, gulp and gulp-cli installed globally in your system. The example of how to do it can be as follows:
sudo apt install nodejs npm
sudo npm i -g npm
sudo npm i -g gulp
sudo npm i -g gulp-cli
After building you can find the result files in dist
directory