Skip to content

Logicer16/icon

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