Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lundegaard/gatsby-theme-fast-ai
- Owner: lundegaard
- License: mit
- Created: 2020-01-16T14:13:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T19:57:09.000Z (10 months ago)
- Last Synced: 2024-04-04T20:52:55.476Z (10 months ago)
- Topics: devstack, emotion, gatsby, gatsby-theme, react, rebass, storybook, theme-development
- Language: JavaScript
- Homepage:
- Size: 14.4 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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).