Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.53 KB

README.md

File metadata and controls

89 lines (66 loc) · 2.53 KB

GitHub actions GitHub stars GitHub issues GitHub forks GitHub license

🛠️ Stack

🚀 Getting Started

You will need:

  1. Clone or fork this repository:
git clone [email protected]:pheralb/svgl.git
  1. Install dependencies with your favorite package manager:
# with npm:
npm install

# or with pnpm:
pnpm install

# or with ultra:
ultra install

# or with yarn:
yarn install
  1. Go to the static/library folder and add your .svg logo. Remember to optimize SVG for web use, you can use SVGOMG.

  2. Go to the src/data/svgs.json and add the information about your logo, following the structure:

{
  "id": 1,
  "title": "Title",
  "category": "Category",
  "route": "/library/your_logo.svg",
  "url": "Website"
},

And create a pull request with your logo 🚀.

🔑 License: