This repository contains the source code for the GPN23 SVG Design Generator, a tool that allows users to create and customize GPN23 styled graphics for various purposes.
To start development you need Node.js as well as pnpm installed on your machine.
After that you can clone the repository and install the dependencies:
pnpm installYou now have the following commands available:
pnpm run dev # Starts the development server
pnpm run build # Builds the project for production
pnpm run preview # Previews the production build
pnpm run lint # Runs the linter
pnpm run format # Formats the codeThe designs generated by this tool are licensed under the CC BY 4.0. Please ensure you attribute the "GPN Design Team" accordingly.