yamada-ui

(โ˜… 1,023)

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion.

Showing a partial file list โ€” download the zip above to see everything.

  • .commitlintrc
  • .gitignore
  • .npmrc
  • .nvmrc
  • AGENTS.md
  • AI_POLICY.ja.md
  • AI_POLICY.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • context7.json
  • CONTRIBUTING.ja.md
  • CONTRIBUTING.md
  • cspell.json
  • lefthook.yaml
  • LICENSE
  • oxfmt.config.ts
  • package.json
  • README.ja.md
  • README.md
  • SECURITY.md

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/yamada-ui/yamada-ui

Downloads the entire project code from GitHub to your computer.

cd yamada-ui

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install

Downloads and installs the libraries listed in package.json.

npm start

Starts the development/run server.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation