envelop-ui

Test

Vue.js front-end for envelop, handling all the user interactions

Project Setup

yarn

Set the envelop API url in the .env file

VITE_API_URL=

Optionally, setup sentry for error logging, by setting your Sentry DSN

VITE_SENTRY_DSN

Compiles and hot-reloads for development

yarn dev

Linting, typecheck and tests

yarn lint

yarn typecheck

yarn test:e2e

License

MIT