Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websoft9/handbook
The Websoft9 team handbook is the central repository for how we run the company.
https://github.com/websoft9/handbook
Last synced: about 1 month ago
JSON representation
The Websoft9 team handbook is the central repository for how we run the company.
- Host: GitHub
- URL: https://github.com/websoft9/handbook
- Owner: Websoft9
- Created: 2020-04-14T00:08:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:19:32.000Z (about 2 months ago)
- Last Synced: 2024-11-06T08:24:24.991Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://handbook.websoft9.com
- Size: 3.31 MB
- Stars: 1
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo-cn](https://user-images.githubusercontent.com/16741975/117620996-ad499b80-b1a3-11eb-865f-a633e4b7c725.png)
# Handbook
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## How do use it?
```
# Install
git clone https://github.com/Websoft9/handbook
cd handbook
yarn install# Development
npm run start -- --host 0.0.0.0 --port 3002
npm run start -- --host 0.0.0.0 --port 3002 --locale en# Build
yarn build
npm run serve -- --host 0.0.0.0 --port 3002# Create i18n language
yarn run write-translations -- --locale zh-cn# Upgrade Docusaurus
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest
```## Markdown
* 在标准 Markdown 基础上,支持 [Mermaid](https://docusaurus.io/zh-CN/docs/markdown-features/diagrams) 来渲染图表
* 部分文档采用 Markdown 富语法(mdx)