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 install
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
To start a development server:
pnpm dev
To automatically open a browser once the server has successfully started:
pnpm dev:open
GitHub Actions will automatically deploy change on each commit to main