frontend for the APIS-instance of the VieCPro project.
deployed at https://viecpro-frontend.acdh-ch-dev.oeaw.ac.at.
prerequisites:
set required environment variables in .env.local
:
# Unix
cp .env.local.example .env.local
# Windows
copy .env.local.example .env.local
install dependencies:
pnpm install
run a development server on http://localhost:3000:
pnpm run dev
build for production:
pnpm run build