SeedVault / greenhouse

Greenhouse - Rest API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEED Greenhouse

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

About

Greenhouse - Rest API


Languages

Language:Vue 87.2%Language:JavaScript 12.5%Language:HTML 0.3%