View, edit, and preview Inbrain promotion items
Clone this repository and install dependencies
git clone [email protected]:warnermedia/inbrain-promo-manager.git
cd inbrain-promo-manager
npm install
If you've never used Amplify before...
- Sign up for an AWS account
- Install the AWS Amplify CLI:
npm install -g @aws-amplify/cli
- Configure the Amplify CLI
amplify configure
To determine defaults for this project based on the contents of the amplify/
directory, run the following command.
$ amplify init
npm run dev
starts the app in development modenpm run build
builds and optimizes the app for productionnpm run serve
previews the production build
Looking to contribute? Check the Good First Issue label.
Review both CONTRIBUTING.md
and CODE_OF_CONDUCT.md
before you fork this repository and submit a pull request.
Please file an issue for bugs, missing documentation, or unexpected behavior.
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
MIT