An open API service indexing awesome lists of open source software.

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

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
```