Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.07 KB

Readme_cn.md

File metadata and controls

48 lines (33 loc) · 2.07 KB

License: CC0-1.0 Website shields.io made-with-Markdown GitHub contributors npm version PRs Welcome Netlify Status

网站

对用网站 http://IvorySQL.org

介绍

这个网站是使用流行的静态网站生成器 Docusaurus 2来搭建的。

安装

$ yarn

本地开发

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

编译

$ yarn build

This command generates static content into the build directory.

部署

每次“main”分支代码更新后,对应网站会自动部署到网站服务器,用户可以刷新 http://IvorySQL.org 查看.

如何贡献