Skip to content

ytadvisors/server

Repository files navigation

Advisors Website

Main website for YT Advisors

Requirements

Installation

  • From the root of the project npm install

Create an ecosystem.json file

  • From the root director, create an ecosystem.json file. Copy the contents from the ecosystem.json.example and save as ecosystem.json. Make sure to change the required paths to match your environment.

Tests

  • All: npm test

Debugging the application

  • The application uses webpack to bundle the source code and hot loader to allow live refresh while developing.
  • To run in development mode npm run start:dev

Build

  • From the root of the project npm run build

Deploy

  • From the root of the project npm run deploy

Releases

No releases published

Packages

No packages published