📚一个拥有 SVG 徽标的美丽图书馆。使用 Sveltekit 与 Tailwind CSS 构建。 https://svgl.app/
Go to file
2023-03-15 12:11:21 +00:00
.github/workflows 🛠️ Initial workflow config. 2023-03-15 11:23:25 +00:00
.vscode 🛠️ Create extensions file for vscode. 2023-03-15 11:30:57 +00:00
src 🛠️ Update svgs data & add types. 2023-03-15 11:31:21 +00:00
static 🛠️ Update manifest. 2023-03-15 11:30:45 +00:00
.eslintignore 🧡 Initial commit with Sveltekit. 2023-03-14 21:08:22 +00:00
.eslintrc.cjs 🛠️ Initial eslint config. 2023-03-15 11:27:26 +00:00
.gitignore 🛠️ Update gitignore. 2023-03-15 11:24:36 +00:00
.npmrc 🧡 Initial commit with Sveltekit. 2023-03-14 21:08:22 +00:00
.prettierignore 🧡 Initial commit with Sveltekit. 2023-03-14 21:08:22 +00:00
.prettierrc 🛠️ Update prettier json. 2023-03-15 11:27:46 +00:00
LICENSE New design, new icons and license added 2022-02-18 17:19:05 +00:00
package.json 🛠️ Add prettier-plugin-tailwindcss. 2023-03-15 12:11:13 +00:00
postcss.config.cjs 🛠️ Add tailwindcss. 2023-03-15 11:28:22 +00:00
prettier.config.cjs 🛠️ Add prettier-plugin-tailwindcss. 2023-03-15 12:11:13 +00:00
README.md Update readme. 2023-03-15 12:11:21 +00:00
svelte.config.js 🚀 Initial sveltekit config. 2023-03-15 11:29:15 +00:00
tailwind.config.cjs 🛠️ Add tailwindcss. 2023-03-15 11:28:22 +00:00
tsconfig.json 🚀 Initial sveltekit config. 2023-03-15 11:29:15 +00:00
vite.config.ts 🚀 Initial sveltekit config. 2023-03-15 11:29:15 +00:00

GitHub actions GitHub stars GitHub issues GitHub forks GitHub license

🛠️ Stack

🚀 Getting Started

You will need:

  1. Clone or fork this repository:
git clone git@github.com: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: