A client app for linkding built with Ionic.
- A server running linkding.
- node/npm/Ionic CLI
- First you will need to update the
local-cors-proxy
script inpackage.json
to point to whatever your linkding URL is. - In two separate terminals, run
npm run local-cors-proxy
andnpm run serve
- Run
npm run ios:run
- 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.