Skip to content

Logicer16/icon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

757c0ac · Feb 4, 2024

History

65 Commits
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Nov 26, 2023
Oct 21, 2023
Oct 21, 2023
Nov 25, 2023
Feb 4, 2024
Oct 21, 2023
Oct 21, 2023
Oct 21, 2023
Feb 4, 2024
Nov 15, 2023
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Nov 11, 2023
Feb 4, 2024
Nov 2, 2023
Feb 4, 2024
Nov 2, 2023
Feb 4, 2024

Repository files navigation


Logicer's Icon Generator

GitHub Workflow Status (with event) GitHub commit activity (branch) Type Coverage

Generate variations of Logicer's icon in formats, sizes, and colours of your choice.

Designed to be deployed on GitHub Pages.

Go to the site

Install

If you're seeing this, you've probably already done this step. Congrats!

git clone https://github.com/Logicer16/icon
cd icon
pnpm install

Building

To build a production version:

pnpm build

To preview this build:

pnpm preview

To automatically open a browser once the server has successfully started:

pnpm preview:open

Debugging

To start a development server:

pnpm dev

To automatically open a browser once the server has successfully started:

pnpm dev:open

Deploy

GitHub Actions will automatically deploy change on each commit to main