Emulsify Gatsby Theme
A Design System Generator powered by Gatsby and using MDX.
🚀 Install
As a Gatsby theme, this project is not meant to be used directly but rather as a dependency in your Gatsby project or within a Gatsby Starter.
Simple Project (not Starter)
- Create a new project with a package.json (
npm init
or manually) with the following contents at least:
{
...
"dependencies": {
"gatsby": "^2.9.4",
"gatsby-theme-emulsify": "~0.0.8",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
}
}
yarn
or npm install
- Add the directory
styleguide/pages
(For your Styleguide Documentation.) - Add the directory
components
Starter
There is currently a starter for Drupal projects called Gatsby Starter Emulsify (Drupal), but more starters can be created.
Instructions for installing that starter can be found in that repo's README file.