Gatsby theme workspace for Fast AI platform
git clone https://github.com/lundegaard/gatsby-theme-fast-ai my-app
cd my-app
yarn install
Run demo app with gatsby-theme-fast-ai.
yarn start
Run demo app with gatsby-theme-fast-ai-sidebar.
yarn start:sidebar
yarn storybook start
or
yarn start:storybook
.
├── apps
│ ├── demo
│ ├── demo-sidebar
│ └── storybook
├── packages
│ ├── gatsby-plugin-setup
│ ├── gatsby-plugin-staged-fonts
│ ├── gatsby-theme-fast-ai
│ ├── gatsby-theme-fast-ai-sidebar
│ └── ui-components
└── tools
- example application demostrating
fast-ai-gatsby-theme
- example application demostrating
fast-ai-gatsby-theme-sidebar
- Storybook app documenting the @fast-ai/ui-components
- common UI components
- contains a few patches over default Gatsby configuration
- Implements effective font loading strategy
- contains common setup for Gatsby applications
- configures set of Gatsby plugins
- extension of
gatsby-theme-fast-ai
with fluid layout
- Zoe s-analytics demo - React Web application with S-Analytics
- @redux-tools - Modular Redux is possible!
- react-union - Intergrate React apps into various CMSs seamlessly.
- validarium - Validations done right.
All packages are distributed under the MIT license. See the license here.