A collection of W3C Verifiable Credential conform data schemas
Hosted under: https://credentials.walt.id/
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
docker build -t waltid/vc-repository .
docker run -p3000:3000 -i -t waltid/vc-repository