A dApp for decentralized timestamping on the Ethereum network.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
Copy the example configuration from the .env.example
file into the .env
file and modify it according to your needs.
This step is required for development and for a production deployment.
yarn
yarn dev
yarn build
Run Unit Tests with Vitest
yarn test:unit
Lint with ESLint
yarn lint