Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 629 Bytes

Track Drawer

A fun, creative, tool for generating art from lines and dots within a grid, using randomisation.

Building

  1. Install dependencies:
  2. If any changes have been made to the tailwind.config.js then you'll need to generate the public/tailwind.css file again. This requires the following npm packages: tailwindcss, @tailwindcss/custom-forms. Then the follwoing can be run to generate the css:
npx tailwindcss-cli@latest build -o ./public/tailwind.css -c tailwind.config.js
  1. Run the desired trunk command, eg. trunk serve to serve it locally.