๐Ÿ“ฆ socketio / socket.io-website

Socket.IO website and blog

โ˜… 342 stars โ‘‚ 956 forks ๐Ÿ‘ 342 watching
hacktoberfestjavascriptnodejssocket-iowebsocket
๐Ÿ“ฅ Clone https://github.com/socketio/socket.io-website.git
HTTPS git clone https://github.com/socketio/socket.io-website.git
SSH git clone git@github.com:socketio/socket.io-website.git
CLI gh repo clone socketio/socket.io-website
Santhosh Santhosh docs: add link to https://github.com/socketio4j/netty-socketio (#518) cf175b0 2 hours ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ blog
๐Ÿ“ diagrams
๐Ÿ“ docs
๐Ÿ“ i18n
๐Ÿ“ src
๐Ÿ“ static
๐Ÿ“ versioned_docs
๐Ÿ“ versioned_sidebars
๐Ÿ“„ .gitignore
๐Ÿ“„ babel.config.js
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ sidebars.js
๐Ÿ“„ sponsors.json
๐Ÿ“„ update-sponsors.js
๐Ÿ“„ vercel.json
๐Ÿ“„ versions.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.