Skip to content

Latest commit

 

History

History
 
 

website

@xstyled/website

Documentation site for xstyled. This website is running on gatsbyjs.

Getting Started

To install and run the docs site locally:

npm install
npm run develop

Then, open your favorite browser to localhost:8000. GraphiQL runs at localhost:8000/___graphql.

Contributing

Build the site to test locally.

npm run build

Serve the build.

npm run serve

Then, open your favorite browser to localhost:9000 to verify everything looks correct.