Skip to content

A mobile client for the Archive of Our Own. Written in Angular and with the Ionic Framework. Mirrored from https://gitlab.com/TenSeventy7/arion-ao3

License

Notifications You must be signed in to change notification settings

TenSeventy7/OrionAo3

Repository files navigation

app icon

Orion for Ao3

Orion is a mobile client for the Archive of Our Own service (AO3). Orion is written in Angular with the Ionic Framework, and is a Capacitor-compiled app.

Pre-requisites

  • Ionic Framework 5
  • node.js 12.x or higher
  • npm 6 or higher

Installation

Refer from Ionic's documentation to install Ionic.

After cloning this repository, initialize the project's directory with Ionic.

ionic init 

Then install the dependencies.

npm install 

Building the App

As this is built with Ionic Capacitor, build all components first then sync them before compiling.

ionic build
npx cap copy
npx cap sync

Capacitor does not have a native way to build using the CLI. Build it using Android Studio and/or Xcode instead.

npx cap copy android
npx cap open android

My repository doesn't currently have iOS support out-of-the-box. You can add it yourself.

npx cap add ios
npx cap copy ios
npx cap open ios

Refer to Ionic and Angular's documentation to modify and/or use this app.

Contributing

For people viewing, forking, or cloning this repository using its GitHub mirror, never report your issues or make pull requests there. These are only mirrors and are not monitored for bug reports and pull requests. Please directly make commits on GitLab so I can merge your commits.

I haven't implemented a way to actually search and browse Ao3 for this app. Reasons include Ao3's current lack of a proper API and time from my part.

Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to test code before opening a pull request as to make merging efficient and convenient for everyone. Always remember to keep your code merged with current sources as well.

License

Orion is licensed in GPLv3

About

A mobile client for the Archive of Our Own. Written in Angular and with the Ionic Framework. Mirrored from https://gitlab.com/TenSeventy7/arion-ao3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published