Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 992 Bytes

File metadata and controls

35 lines (24 loc) · 992 Bytes

Running

Media Atom Maker requires Node 6.X, so ensure you're running that version, or run nvm use first.

(legacy) Angular App

Once running, the Angular App can be seen here

To run the Angular App:

  • Generate javascript files by running gulp watch
  • Start sbt by running ./sbt app/run

React App

Once running, the React App can be seen here

There are two ways to run the React App:

With hot-reloading

To run the React App with hot-reloading, run:

./scripts/client-dev.sh

Without hot-reloading

To run the React App without hot-reloading, run:

./scripts/start.sh

Publishing to CAPI CODE from DEV

  • You will need composer Janus credentials.
  • Modify the kinesis stream names in /etc/gu/media-atom-maker.private.conf to point to CAPI CODE.
  • Modify AwsCredentials.scala to set the crossAccount field to composer profile credentials.