linkthing
linkthing copied to clipboard
A client app for linkding built with Ionic.
linkthing
An iOS client for linkding built with Ionic.
Requirements
- A server running linkding.
- node/npm/Ionic CLI
Running Locally
In a Browser
- First you will need to update the
local-cors-proxyscript inpackage.jsonto point to whatever your linkding URL is. - In two separate terminals, run
npm run local-cors-proxyandnpm run serve
iOS Simulator
- Run
npm run ios:run
Building for iOS
- Run
npm run ios:buildto make the build - Run
npm run ios:opento open in Xcode to adjust the version and build numbers.