Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 549 Bytes

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 549 Bytes

MoJ Digital Portfolio

A nice friendly home for information about how our various services are progressing.

Setup

Requirements:

  • Node.js 6+
  • yarn 0.22+

Install

yarn install

Build the app

You'll need to run this command to build any changes to the codebase.

yarn build

Running in dev mode

yarn start

You can now access http://localhost:3100 for the main app, and http://localhost:3100/display for the TV app

Running in production mode

export NODE_ENV=production
yarn run build
yarn start