The new site for Brilliant Fantastic at http://brilliantfantastic.com.
The site for Brilliant Fantastic. It's the new, new shit but for now, it's a landing site to say it's Kinship.
This is built with Gatsby.
Clone the repo
git clone [email protected]:brilliantfantastic/bf
Get the dependencies
cd bf
yarn install
Install Gatsby
The Gatsby CLI tool is needed to run Gatsby while developing. You can install the CLI tool with the following command:
npm install --global gatsby-cli
Run the development server
This will start everything up and our site will be accessible from the port provided. 🎉
gatsby develop
The application is automatically deployed when master is merged via Netlify.
The application is built and deployed via the build command on the admin dashboard. You can ask a bf team member if you need to view or modify these settings and they can add you as an administrator.
Each PR will also receive it's own preview url when the PR is created. This is added via the webhooks and the GitHub check API.