ipapast / yevma.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 98.4%Language:Dockerfile 1.6%