No description
https://arnes.space/fleck/hitomezashi
- TypeScript 77.4%
- HTML 18.9%
- Nix 3.7%
| src | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Hitomezashi Pattern Generation
Hitomezashi patterns are a form of decorative embroidery used to repair or reinforce clothing. This repository contains a web app to experiment with different kinds of patterns and play around with the shapes that arise.
Development
You need node.js 18 or newer to run the project. Clone the repository and run:
npm install
npm run dev
Build
After installing the dependencies (see above), you can build a static version like so:
npm run build
The resulting web app will be in the dist folder.