Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.14 KB

File metadata and controls

40 lines (27 loc) · 1.14 KB

TryPost Docs

Documentation for TryPost — open source social media scheduling.

Development

Install the Mintlify CLI to preview changes locally:

npm i -g mint

Run at the root of the project:

mint dev

Preview at http://localhost:3000.

Publishing

Changes pushed to the main branch are deployed automatically via the Mintlify GitHub app.

Structure

├── getting-started/    # Installation, configuration, first steps
├── platforms/          # LinkedIn, X, Facebook, Instagram, TikTok, YouTube, Threads, Pinterest, Bluesky, Mastodon
├── features/           # Scheduling, workspaces, team management
├── self-hosting/       # Requirements, production, Docker
├── contributing.mdx    # Contributing guide
└── docs.json           # Mintlify configuration

Links