Skip to content

A client app for linkding built with Ionic.

License

Notifications You must be signed in to change notification settings

amoscardino/linkthing

Repository files navigation

linkthing

An iOS client for linkding built with Ionic.

Download from the App Store

Requirements

  • A server running linkding.
  • node/npm/Ionic CLI

Running Locally

In a Browser

  • First you will need to update the local-cors-proxy script in package.json to point to whatever your linkding URL is.
  • In two separate terminals, run npm run local-cors-proxy and npm run serve

iOS Simulator

  • Run npm run ios:run

Building for iOS

  • Run npm run ios:build to make the build
  • Run npm run ios:open to open in Xcode to adjust the version and build numbers.