Skip to content

SeedVault/accounts

Repository files navigation

SEED Accounts

Project setup

  1. Install project dependencies:
npm install
  1. Create a symlink to the .env file located in the dev-environment folder:
ln -s ../dev-environment/.env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints files

npm run lint

Add to pm2

pm2 start ecosystem.config.js --env development