React documentation website in Korean
The document provides a guide for translating the ko.react.dev website, focusing on following a common style guide, best practices, checking terminology, and ensuring spelling accuracy. It includes instructions for preparing the environment, installing dependencies, running the development server, contributing guidelines, branching, making modifications, checking changes, pushing changes, issue resolution, translations, and copyright information.
Prepare the environment:
Git
Node: 12.x or higher
Yarn: Follow Yarn website for installation instructions
Clone the repository:
git clone <ko.react.dev repo URL>
cd ko.react.dev
yarn install
Run the development server:
yarn dev
open http://localhost:3000
The guide for translating ko.react.dev provides a comprehensive overview of the process, including common style guide adherence, best practices, terminology checks, and spelling accuracy. It covers installation steps, development server setup, contribution guidelines, branching, pushing changes, issue resolution, translations, and copyright information, ensuring a systematic approach to localization efforts.