Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lundegaard/gatsby-theme-fast-ai

⚛️ Workspace for developing apps with Fast AI gatsby theme
https://github.com/lundegaard/gatsby-theme-fast-ai

devstack emotion gatsby gatsby-theme react rebass storybook theme-development

Last synced: 4 months ago
JSON representation

⚛️ Workspace for developing apps with Fast AI gatsby theme

Awesome Lists containing this project

README

        



Zoe.ai logo




by Lundegaard


Gatsby theme workspace for Fast AI platform

#

## Installing

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

## Developping

Run demo app with gatsby-theme-fast-ai.

```shell
yarn start
```

Run demo app with gatsby-theme-fast-ai-sidebar.

```shell
yarn start:sidebar
```

## Running storybook

```shell
yarn storybook start
```

or

```shell
yarn start:storybook
```

## Project template

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

### `demo`
* example application demostrating `fast-ai-gatsby-theme`

### `demo-sidebar`
* example application demostrating `fast-ai-gatsby-theme-sidebar`

### `storybook`
* Storybook app documenting the @fast-ai/ui-components

### `ui-components`
* common UI components

### `gatsby-plugin-setup`
* contains a few patches over default Gatsby configuration

### `gatsby-plugin-staged-fonts`
* Implements effective font loading strategy

### `gatsby-theme-fast-ai`
* contains common setup for Gatsby applications
* configures set of Gatsby plugins

### `gatsby-theme-fast-ai-sidebar`
* extension of `gatsby-theme-fast-ai` with fluid layout

## Related projects

- [Zoe s-analytics demo](https://github.com/lundegaard/fast-ai-zoe-demo) - React Web application with S-Analytics
- [@redux-tools](https://github.com/lundegaard/redux-tools) - Modular Redux is possible!
- [react-union](https://github.com/lundegaard/react-union) - Intergrate React apps into various CMSs seamlessly.
- [validarium](https://github.com/lundegaard/validarium) - Validations done right.

## License

All packages are distributed under the MIT license. See the license [here](https://github.com/lundegaard/gatsby-theme-fast-ai/blob/master/LICENSE).