https://github.com/scriptscat/scriptcat.org
脚本猫文档站点
https://github.com/scriptscat/scriptcat.org
scriptcat
Last synced: about 2 months ago
JSON representation
脚本猫文档站点
- Host: GitHub
- URL: https://github.com/scriptscat/scriptcat.org
- Owner: scriptscat
- License: mit
- Created: 2021-04-16T09:12:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T02:12:37.000Z (4 months ago)
- Last Synced: 2025-03-29T16:07:45.818Z (about 2 months ago)
- Topics: scriptcat
- Language: TypeScript
- Homepage: https://docs.scriptcat.org/
- Size: 2.61 MB
- Stars: 30
- Watchers: 6
- Forks: 94
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), 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= 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.