gatsby-theme-styled-mdx
v1.0.0
Published
Design system focused Gatsby theme using with MDX, Styled Components, and Typescript
Downloads
2
Maintainers
Readme
gatsby-starter-default
The default Gatsby starter.
For an overview of the project structure please refer to the Gatsby documentation - Building with Components.
Install
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cliAnd run from your CLI:
gatsby new gatsby-example-siteThen you can run it by:
cd gatsby-example-site
npm run developDeploy
Deploy to Github Pages:
npm run deploy
