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
- Setup Flutter SDK.
-
Clone repository of website.
3. Get dependencies.git clone https://github.com/XMUMY/Website
cd Website flutter pub get
-
Start a local server.
flutter run -d web-server