# kcl-lang.io **Repository Path**: ddh-open/kcl-lang.io ## Basic Information - **Project Name**: kcl-lang.io - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-17 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Contributors](https://img.shields.io/github/contributors/kcl-lang/kcl-lang.io.svg?style=for-the-badge)](https://github.com/kcl-lang/kcl-lang.io/graphs/contributors) [![Forks](https://img.shields.io/github/forks/kcl-lang/kcl-lang.io.svg?style=for-the-badge)](https://github.com/kcl-lang/kcl-lang.io/network/members) [![GitHub stars](https://img.shields.io/github/stars/kcl-lang/kcl-lang.io.svg?style=for-the-badge&label=Stars)](https://github.com/kcl-lang/kcl-lang.io/) [![license](https://img.shields.io/github/license/kcl-lang/kcl-lang.io.svg?style=for-the-badge)](https://github.com/kcl-lang/kcl-lang.io) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Fkcl-lang.io.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Fkcl-lang.io?ref=badge_shield) # kcl-lang.io Source for the KCL website [https://kcl-lang.io](https://kcl-lang.io). Powered by [Docusaurus 2](https://docusaurus.io/). ## Update Dependencies ```bash npm install ``` ## Build ```bash npm run start ``` Open [http://localhost:3000](http://localhost:3000) in the browser. ## Build with i18n ```bash npm run build npx http-server ./build ``` Open [http://localhost:8080](http://localhost:8080) in the browser. ## Guide for Documents - The English documents are located at [./docs](./docs) - The i18n documents are located at [./i18n](./i18n) - The Chinese documents are located at [./i18n/zh-CN/docusaurus-plugin-content-docs/current](./i18n/zh-CN/docusaurus-plugin-content-docs/current) ## License [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Fkcl-lang.io.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Fkcl-lang.io?ref=badge_large)