acdh-oeaw / corpsum-ts

Reimplementation of the Corpsum App in TypeScript
Other
0 stars 0 forks source link

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