mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-16 01:34:34 +00:00
SVGR documentation website
Documentation site for svgr. svgr-docs is running on gatsbyjs.
Getting Started
To install and run the docs site locally:
yarn
yarn dev
Then, open your favorite browser to localhost:8000. GraphiQL runs at localhost:8000/___graphql.
Contributing
Build the site to test locally.
yarn build
Serve the build.
yarn serve
Then, open your favorite browser to localhost:9000 to verify everything looks correct.