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