8000 GitHub - vmolsa/dx-chat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vmolsa/dx-chat

Repository files navigation

dx-chat

A Chat application built with Dioxus and Tailwind CSS.

Prerequisites

Installation

Before running the application, install the required tools:

  1. Dioxus CLI

    cargo install dioxus-cli
  2. Tailwind CSS and its CLI

    npm install tailwindcss @tailwindcss/cli

Running the Application

  1. Build and watch Tailwind CSS styles

    npx tailwindcss -i ./tailwind.css -o ./assets/tailwind.css --watch
  2. Start the development server

    dx serve

Your application will be available at http://localhost:8080 by default.

To run for a different platform, use the --platform platform flag. E.g.

dx serve --platform desktop

License

Distributed under the Apache 2.0 License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0