frontend application for the sshoc open marketplace.
install dependencies:
pnpm installif you don't plan to run a backend instance locally, create a .env.local file, and configure the
api base url:
# .env.local
NEXT_PUBLIC_API_BASE_URL=https://sshoc-marketplace-api.acdh-dev.oeaw.ac.at
run a local development server on http://localhost:3000:
pnpm run devevery commit to the main branch will trigger a github action, which will create three deployments
to the acdh cluster:
productionon https://marketplace.sshopencloud.eu, using the backend at https://marketplace-api.sshopencloud.eustageon https://sshoc-marketplace-stage.acdh-dev.oeaw.ac.at using the backend at https://sshoc-marketplace-api-stage.acdh-dev.oeaw.ac.atdevon https://sshoc-marketplace.acdh-dev.oeaw.ac.at using the backend at https://sshoc-marketplace-api.acdh-dev.oeaw.ac.at