A fun, creative, tool for generating art from lines and dots within a grid, using randomisation.
- Install dependencies:
- If any changes have been made to the
tailwind.config.jsthen you'll need to generate thepublic/tailwind.cssfile 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
- Run the desired trunk command, eg.
trunk serveto serve it locally.