๐Ÿง  RUXAILAB Blog โ€‹

Welcome to the official blog repository of RUXAILAB โ€” an open innovation lab focused on user experience, accessibility, and human-centered AI.

This blog is built using VitePress and is used to share research insights, tutorials, project updates, and technical deep-dives from the RUXAILAB team and collaborators.

๐Ÿš€ Getting Started โ€‹

To run the blog locally:

  1. Install dependencies

    bash
    npm install
  2. Start the development server

    bash
    npm run docs:dev

๐Ÿ—‚ Project Structure โ€‹

bash
.
โ”œโ”€โ”€ .vitepress      # Config and theme files
โ”œโ”€โ”€ public          # Static assets
โ”œโ”€โ”€ posts           # Blog posts in Markdown
โ”œโ”€โ”€ index.md        # Main landing page
โ””โ”€โ”€ README.md       # Project documentation

โœ๏ธ Contributing โ€‹

We welcome contributions! If youโ€™d like to propose an article, improve the content, or fix a bug, feel free to fork the repo and submit a pull request.

๐Ÿ“ข License โ€‹

MIT License ยฉ RUXAILAB


Made with ๐Ÿ’ก by the RUXAILAB team.