Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 562 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 562 Bytes

SEED Wallet

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