Generate variations of Logicer's icon in formats, sizes, and colours of your choice.
Designed to be deployed on GitHub Pages.
If you're seeing this, you've probably already done this step. Congrats!
git clone https://github.com/Logicer16/icon
cd icon
pnpm installTo build a production version:
pnpm buildTo preview this build:
pnpm previewTo automatically open a browser once the server has successfully started:
pnpm preview:openTo start a development server:
pnpm devTo automatically open a browser once the server has successfully started:
pnpm dev:openGitHub Actions will automatically deploy change on each commit to main