1.8.0 • Published 2 years ago

adspilot-ui v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ADSPILOT-UI

UI for managing adspilot

This Project was based on the react-boilerplate for settining up the base dev envoriment.

Local environment

First you need to setup your .env file, you can look at the .env.example to see what you need.

Run:

npm install
npm start

Deploy

Ads Pilot Deploy Staging

Deploy Production

The application deploymemt is done via GitHub actions where we simply build our bundle and send it to the S3 bucket

Ads Pilot STG S3

Ads Pilot PROD S3

Release

You will need to generate a github access token and add it to .env with name GITHUB_TOKEN=...

Note: this will trigger new tags to be deployed

npm run release:patch
npm run release:minor
npm run release:major