Skip to content

Contribute to Website

XMUX Website is powered by Flutter Web.

Prerequisite

  • Dart Programming Language
  • Basic usage of Flutter SDK.
  • Basic operations of Git repository.
  • HTML / CSS / JS (optional).

Environment Setup

  1. Setup Flutter SDK.
  2. Clone repository of website.

    git clone https://github.com/XMUMY/Website
    
    3. Get dependencies.

    cd Website
    flutter pub get
    
  3. Start a local server.

    flutter run -d web-server