/yevma.js

Primary LanguageJavaScript

yevma.js

Usage - Quickstart

A reasonable set of quickstart configuration can be found in the .env-default file.

Copy .default-env to .env and populate/update it with values.

cp .env-default .env

To run the app locally for development:

npm install && npm run dev

Tests

To run the test locally, you can run:

npm install && npm run test