# Introduction
This document is a study of whether current HTML and CSS are sufficient for the layout of Chinese language documents. We aim to show which of the requirements covered in the Requirements for Chinese Text Layout are covered by which CSS specifications and their corresponding browser support.
Discussions and work on the Requirements for Chinese Text Layout document are documented on GitHub at the following repository: https://github.com/w3c/clreq
# Local development
- Clone the git repository
- Run
yarn
ornpm install
- To start writing, run
yarn docs:dev
ornpm run docs:dev
- To build static assets, run
yarn docs:build
ornpm run docs:build