/gatsby-theme-fast-ai

⚛️ Workspace for developing apps with Fast AI gatsby theme

Primary LanguageJavaScript

Zoe.ai logo

by Lundegaard

Gatsby theme workspace for Fast AI platform

Installing

git clone https://github.com/lundegaard/gatsby-theme-fast-ai my-app
cd my-app
yarn install

Developping

yarn zoe start

or

yarn start

Running storybook

yarn storybook start

or

yarn start:storybook

Project template

.
├── apps
│   ├── storybook
│   │   └── src
│   │       └── components
│   └── zoe
│       ├── content
│       │   └── assets
│       ├── src
│       │   ├── components
│       │   ├── gatsby-theme-fast-ai
│       │   ├── intl
│       │   └── pages
│       └── static
└── packages
    ├── gatsby-plugin-setup
    │   └── src
    ├── gatsby-theme-fast-ai
    │   ├── content
    │   │   └── assets
    │   └── src
    │       ├── components
    │       ├── hooks
    │       └── templates
    └── ui-components
        └── src
            ├── components
            ├── contexts
            ├── hooks
            ├── messages
            ├── types
            └── utils

zoe

  • example application
  • shows how to integrate fast-ai's s-analytics module to React application

ui-components

  • common UI components

gatsby-plugin-setup

  • contains a few patches over default Gatsby configuration

gatsby-theme-fast-ai

  • contains common setup for Gatsby applications
  • configures set of Gatsby plugins