Skip to content

acdh-oeaw/viecpro-nuxt

Repository files navigation

VieCPro Frontend

Frontend for the APIS-Instance of the VieCPro project.

There is a live build available at viecpro-frontend.acdh-ch-dev.oeaw.ac.at

How to run

Prerequisites: Node.js v20 and pnpm v8

Set required environment variables in .env:

# Unix
cp .env.example .env

# Windows
copy .env.example .env

Install dependencies:

pnpm i

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

pnpm run dev

Build for production:

pnpm run build

How to deploy

Commits pushed to the main branch will automatically be deployed to the ACDH-CH cluster via GitHub Actions.