at_activate_web
Web interface layer for at_activate and registrar API.
Install from pub.dev (recommended)
dart pub global activate at_activate_web
at_activate_web
If the command is not found:
export PATH="$PATH":"$HOME/.pub-cache/bin"
Install locally from source
git clone <repository-url>
cd at_activate_web/packages/at_activate_web
dart pub get
dart pub global activate --source path .
at_activate_web
Run without global activation (local dev)
cd packages/at_activate_web
dart pub get
dart run bin/at_activate_web.dart
Uninstall
dart pub global deactivate at_activate_web
Optional: remove local app data:
rm -rf ~/.atsign/at_activate_web