Web frontend for the MMP project. Deployed at https://mmp.acdh.oeaw.ac.at.
Prerequisites: Node.js v20 and npm v10
Set required environment variables in .env
:
# Unix
cp .env.local.example .env.local
# Windows
copy .env.local.example .env.local
Install dependencies:
npm i
Run a development server on http://localhost:3000:
npm run dev
Build for production:
npm run build
Commits pushed to the main
branch will automatically be deployed to the ACDH-CH cluster via GitHub
Actions.