.
├── data
│ └── config # SEO related tags
├── src
│ ├── components # Components
│ │ │── common # Common components
│ │ │── landing # Components used on the landing page
│ │ └── theme # Header & Footer
│ └── pages # Pages
├── static # Icons, favicon & SVG illustrations
└── content # Documentation for the Boomerang solutions
├── boomerang-bosun # Documentation for each Bosun version
└── boomerang-flow # Documentation for each Flow versionPlease create a new file .env.development and put this env variable with your GitHub token
If you're building locally, you will have to create a new file
.env.productionand put the same env variable
GITHUB_TOKEN=xxxxxxxxxxbrew install pythonInstalling the dependencies
yarn installyarn startThis removes the .cache/ & public/ folders
yarn reset