Tranquiluxe (UVCanvas, Animated with this React Library)
Template for a PWA with Astro and TailwindCSS. Prettier, EsLint and VsCode settings included.
- Clone the repo
git clone git@github.com:jamerrq/lumina.git my-app
cd my-app
# or
take git@github.com:jamerrq/lumina.git
- Install dependencies
pnpm install
- Start the dev server (use --host to make it available on your local network)
pnpm dev
- Build for production or preview
pnpm build
pnpm preview