Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 737 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 737 Bytes

app template

template repository for nuxt 3 apps.

how to run

prerequisites:

set required environment variables in .env.local:

cp .env.example .env.local

also, 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 install

run a development server on http://localhost:3000:

pnpm run dev