Media Atom Maker requires Node 6.X, so ensure you're running that version, or run nvm use first.
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
Once running, the React App can be seen here
There are two ways to run the React App:
To run the React App with hot-reloading, run:
./scripts/client-dev.shTo run the React App without hot-reloading, run:
./scripts/start.sh- You will need
composerJanus credentials. - Modify the kinesis stream names in
/etc/gu/media-atom-maker.private.confto point to CAPI CODE. - Modify
AwsCredentials.scalato set thecrossAccountfield tocomposerprofile credentials.