1.8.0 • Published 4 years ago
adspilot-ui v1.8.0
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 startDeploy
The application deploymemt is done via GitHub actions where we simply build our bundle and send it to the S3 bucket
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:major1.8.0
4 years ago