Gatsby theme workspace for Fast AI platform
git clone https://github.com/lundegaard/gatsby-theme-fast-ai my-app
cd my-app
yarn install
yarn zoe start
or
yarn start
yarn storybook start
or
yarn start:storybook
.
├── 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
- example application
- shows how to integrate fast-ai's s-analytics module to React application
- common UI components
- contains a few patches over default Gatsby configuration
- contains common setup for Gatsby applications
- configures set of Gatsby plugins