/exploringp5js

Exploring p5.js

Primary LanguageAstro

LUMINA

alt text

Alternate Themes

Tranquiluxe (UVCanvas, Animated with this React Library)

alt text

About

Template for a PWA with Astro and TailwindCSS. Prettier, EsLint and VsCode settings included.

How to use

  1. Clone the repo
git clone git@github.com:jamerrq/lumina.git my-app
cd my-app
# or
take git@github.com:jamerrq/lumina.git
  1. Install dependencies
pnpm install
  1. Start the dev server (use --host to make it available on your local network)
pnpm dev
  1. Build for production or preview
pnpm build
pnpm preview

Generated from astro-pwa-starter