https://github.com/s-acss/s-acss.github.io
Home Page off SACSS
https://github.com/s-acss/s-acss.github.io
acss s-acss sacss
Last synced: 4 months ago
JSON representation
Home Page off SACSS
- Host: GitHub
- URL: https://github.com/s-acss/s-acss.github.io
- Owner: s-acss
- Created: 2021-05-26T01:28:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T06:21:20.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T18:26:19.463Z (5 months ago)
- Topics: acss, s-acss, sacss
- Language: JavaScript
- Homepage: https://s-acss.github.io/
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
## Installation
```console
$ yarn # 安装依赖
```## Local Development
```console
$ yarn start # 开始中文
$ yarn start:en # 开始英文
```## Deploy
```console
$ yarn deploy # 开始构建
```## Translate
```console
$ yarn write-translations:en # 翻译中文
``````console
$ mkdir -p i18n/en/docusaurus-plugin-content-docs/current
$ cp -r docs/** i18n/en/docusaurus-plugin-content-docs/current
```