template repository for nuxt 3 apps.
prerequisites:
set required environment variables in .env.local:
cp .env.local.example .env.localalso, set environment variables required by github actions. use
"variables" for every
environment variable prefixed with NUXT_PUBLIC_, and
"secrets" for all others.
install dependencies:
pnpm installrun a development server on http://localhost:3000:
pnpm run dev