mirror of
https://github.com/thilobillerbeck/gpn23-svg-generator.git
synced 2025-12-21 04:13:10 +00:00
Generate SVGs according to the design of GPN23
https://hpgen.avocadoom.de
| .vscode | ||
| public | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| .prettierrc.json | ||
| DESIGN-LICENSE | ||
| eslint.config.js | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vite.config.js | ||
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.