dependabot[bot] c8eb7f744c
chore(deps): bump socket.io from 2.3.0 to 2.4.1 in /website (#691)
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-24 19:11:56 +11:00
..
2020-09-04 15:26:57 -07:00
2019-12-06 12:52:06 +01:00
2018-12-06 16:45:45 +01:00
2020-01-09 20:23:41 +01:00
2018-12-06 16:45:45 +01:00
2020-07-11 10:29:50 +02:00
2019-12-06 15:06:35 +01:00

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.