.
├── 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 version
Please 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.production
and put the same env variable
GITHUB_TOKEN=xxxxxxxxxx
brew install python
Installing the dependencies
yarn install
yarn start
This removes the .cache/
& public/
folders
yarn reset