Grainly Icons
Collection of icons, that are made up of grids.
Getting Started
Install dependencies:
Run the development server:
Open in your browser.
Scripts
npm run dev— start the development servernpm run build— build the production appnpm run start— start the production server after buildnpm run registry:build— build the icon registry JSON fromicons/
Project Structure
app/— main Next.js app pages and layoutcomponents/— reusable UI componentsicons/— icon components used by the apppublic/r/— generated icon registry JSON filesscripts/build-registry.ts— registry generation scriptutils/— shared utility components
Notes
- The main entry point is
app/page.tsx. - The project has a custom icon registry; run
npm run registry:buildafter adding or updating icons. - Tailwind CSS is configured through
postcss.config.mjsandglobals.css.