🧠 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.