https://github.com/sofastack/sofa-serverless-doc
SOFAServerless 官网文档
https://github.com/sofastack/sofa-serverless-doc
Last synced: 2 months ago
JSON representation
SOFAServerless 官网文档
- Host: GitHub
- URL: https://github.com/sofastack/sofa-serverless-doc
- Owner: sofastack
- License: apache-2.0
- Created: 2023-11-02T05:54:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T07:33:34.000Z (about 2 years ago)
- Last Synced: 2024-12-27T04:42:25.255Z (about 1 year ago)
- Language: SCSS
- Size: 61.6 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## 安装依赖组件:
- [node](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/get-npm)
- [hugo](https://github.com/gohugoio/hugo/releases).
## 安装 postCSS
``
npm install -D autoprefixer
npm install -D postcss-cli
npm install -D postcss
``
## 启动站点
```shell
npm install
hugo server
```
## 打开 localhost:1313 访问