Skip to content

kramax42/pixelization

Repository files navigation

Pixelization - drawing vector pixel art.

What's inside?

Getting started

  1. Install dependencies.

    npm install
  2. Start dev server with hot reload at http://localhost:3000.

    npm run dev

Lint commands

npm run lint

Build commands

npm run build

Run the app in production mode at http://localhost:3000.

npm run serve

Test commands

  • Run unit tests and watch
    npm run test:unit
  • Run unit tests with coverage
    npm run test:unit:coverage
  • Run e2e tests
    npm run test:e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published