Skip to content

Undistraction/warp-grid-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Logo for T3

Warp Grid Editor

This is package provides an editor for warp-grid.

You can use it at warp-grid-editor.undistraction.com.

Projects can be saved-to and loaded-from your browser's local storage.

You can export config for warp-grid or export the grid as an SVG.

Maintenance

Install

pnpm install

Run in development

pnpm run dev

Build package

pnpm run build

Preview build

pnpm run preview

Lint

pnpm run lint-prettier
pnpm run lint-eslint

Run tests

Unit tests (Vitest)

pnpm run test

E2E (Playwright)

Run the tests in the command-line

pnpm run test-e2e

Run the tests with a GUI

pnpm run test-e2e-ui

Releases

No releases published

Packages

No packages published