mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Loadable Components website
Documentation site for loadable components. This website 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.