Skip to content

Instantly share code, notes, and snippets.

View mariliacamara's full-sized avatar
🎯
Focusing

Marília Câmara mariliacamara

🎯
Focusing
View GitHub Profile
@mariliacamara
mariliacamara / icon-heart.liquid
Last active May 14, 2022 00:15
Wishlist script for shopify store
{{ 'component-wishlist.css' | asset_url | stylesheet_tag }}
{% comment %}
Shopify Wishlist
Usage:
- Markup: {%- render 'icon-heart', class: product -%}
- Place this snippet inside your existing product card snippet
Parameters:
- class: Add a css class for custom styling (optional)
@mariliacamara
mariliacamara / docker-compose.yml
Created October 29, 2021 23:35
wordpress docker container
version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 8090:80
environment:
WORDPRESS_DB_HOST: db
@mariliacamara
mariliacamara / pull_request_template.md
Last active August 12, 2021 20:47
Pull Request Template

Why was this PR necessary?

Task Reference: - Url to GitHub/Jira Task/Issue

Right below why this PR is necessary

What does it do?

Right below what this PR does

How to test?