Documentation site for xstyled. This website is running on gatsbyjs.
To install and run the docs site locally:
yarn
yarn devThen, open your favorite browser to localhost:8000. GraphiQL runs at localhost:8000/___graphql.
Build the site to test locally.
yarn buildServe the build.
yarn serveThen, open your favorite browser to localhost:9000 to verify everything looks correct.