• TypeScript 77.4%
  • HTML 18.9%
  • Nix 3.7%
Find a file
2024-07-24 22:07:38 +02:00
src Store state in URL 2024-07-24 22:07:38 +02:00
.envrc Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
.gitignore Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
flake.lock Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
flake.nix Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
index.html Small improvements for small screens 2024-07-21 12:30:28 +02:00
LICENSE.md Add LICENSE 2024-07-21 00:42:02 +02:00
package-lock.json Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
package.json Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
README.md Add README 2024-07-21 00:41:19 +02:00
tsconfig.json Basic hitomezashi pattern 2024-07-18 21:46:13 +02:00
vite.config.ts Set relative build path 2024-07-20 15:34:59 +02:00

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.