Elastic's Gatsby EUI Starter
Getting started
This Gatsby EUI Starter is intended to help you quickly build and deploy prototypes for Kibana apps with the EUI library.
Clone the project
To use this starter, simply run gatsby new my-app https://github.com/elastic/gatsby-eui-starter
. Then cd my-app
and start editing.
Running locally
gatsby develop
Deploying
Make sure that your repo has a gh-pages
branch setup and that Github Pages is enabled in settings.
yarn deploy