Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 276 Bytes

File metadata and controls

20 lines (11 loc) · 276 Bytes

Line Pattern generator

Prerequisites

  • Node.js version 20.x (12+ should work)
  • npm version 9.x (6+ should work)

Install dependencies

npm i

Run project in watch mode

npm start

Build project

npm run build