This is the monorepo for inksync. It contains multiple packages together in the packages directory. Everything is built in bun.
cli - contains the command line interface
mobile - contains the mobile app built with capacitor
admin-ui - contains the admin ui vite package
server - contains the http server for running your inksync server
The dockerfile is for an inksync server.
Run bun install in the root directory to get started