Dynamik
Introduction
Dynamik is the web application that allows you to browse the collections of resources of CartaBinaria.
Development
Clone the project, install dependencies, and update Git submodules:
pnpm install
git submodule init
git submodule update
Create a .env
file with:
VITE_UPLD_URL="http://localhost"
To start a development instance:
pnpm dev
Compilation
To compile a production instance:
pnpm build
To preview it:
pnpm preview
Public Instances
For the time being, we are maintaining a single public Dynamik
instance. Its depolyment is automatically
performed when the main
branch is updated.
While the deployment of the second and third instances is controlled by CI/CD processes, for the first one, refer to the guide on infrastructure automation.