Files
TouchSocket/handbook
若汝棋茗 da6674fcac 更新文档
2024-05-15 10:03:59 +08:00
..
2024-04-28 23:08:49 +08:00
2024-03-04 22:05:48 +08:00
2024-05-15 09:21:52 +08:00
2024-05-07 15:55:11 +08:00
2024-04-11 16:39:42 +08:00
2024-04-29 23:08:26 +08:00
2024-04-29 13:46:10 +08:00
2023-02-07 19:53:23 +08:00
2023-02-07 19:53:23 +08:00
2024-05-15 10:03:59 +08:00
2023-02-07 19:53:23 +08:00
2024-05-07 15:55:11 +08:00
2024-05-07 15:55:11 +08:00
2024-04-28 11:51:16 +08:00
2024-05-07 16:04:40 +08:00
2024-04-28 11:51:16 +08:00
2024-04-26 22:43:19 +08:00

Website

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

Installation

$ yarn

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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.