Generate SVGs according to the design of GPN23 https://hpgen.avocadoom.de
Find a file
2025-06-20 15:07:32 +02:00
.vscode first commit 2025-06-19 11:13:51 +02:00
public first commit 2025-06-19 11:13:51 +02:00
src add save between reloads and paint surface reset 2025-06-20 15:07:32 +02:00
.envrc add minimal flake 2025-06-19 11:50:14 +02:00
.gitignore first commit 2025-06-19 11:13:51 +02:00
.prettierrc.json first commit 2025-06-19 11:13:51 +02:00
DESIGN-LICENSE first commit 2025-06-19 11:13:51 +02:00
eslint.config.js first commit 2025-06-19 11:13:51 +02:00
flake.lock add minimal flake 2025-06-19 11:50:14 +02:00
flake.nix add minimal flake 2025-06-19 11:50:14 +02:00
index.html fix me being tired 2025-06-20 13:37:21 +02:00
LICENSE first commit 2025-06-19 11:13:51 +02:00
package.json first commit 2025-06-19 11:13:51 +02:00
pnpm-lock.yaml first commit 2025-06-19 11:13:51 +02:00
README.md update license in README 2025-06-19 12:37:35 +02:00
vite.config.js first commit 2025-06-19 11:13:51 +02:00

GPN 23 - Design Generator

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.

Development

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 install

You 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 code

Design Usage

The designs generated by this tool are licensed under the CC BY 4.0. Please ensure you attribute the "GPN Design Team" accordingly.