Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

boomerang-io/useboomerang.io

Repository files navigation

Boomerang.io

Netlify Status

Structure

.
├── 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

Prerequisites

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

Python

brew install python

Installing

Installing the dependencies

yarn install

Start the dev server

yarn start

Clean the cache

This removes the .cache/ & public/ folders

yarn reset