Files
Filipe Marins 4978610f82 feat: add "index" option (#607)
Thanks!
2021-10-12 23:11:37 +02:00
..
2021-09-16 23:40:28 +02:00
2021-10-12 23:11:37 +02:00
2021-09-17 00:34:42 +02:00
2021-09-16 23:40:28 +02:00
2021-09-16 23:40:28 +02:00
2021-09-16 23:40:28 +02:00

SVGR documentation website

Documentation site for svgr. svgr-docs is running on gatsbyjs.

Getting Started

To install and run the docs site locally:

npm install
npm run dev

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.