https://github.com/razikus/sealit
Immudb Vault PDF sealer
https://github.com/razikus/sealit
Last synced: 6 months ago
JSON representation
Immudb Vault PDF sealer
- Host: GitHub
- URL: https://github.com/razikus/sealit
- Owner: Razikus
- Created: 2023-07-16T19:42:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T17:36:29.000Z (about 2 years ago)
- Last Synced: 2025-04-14T17:59:21.949Z (6 months ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Immutable Stamps (immustamp)
Immutable Stamps
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).