Getting Started
RepoPress makes it easy to manage your website’s content directly from your GitHub repository. Follow these steps to get up and running in minutes.
Prerequisites
- A GitHub account
- A repository with MDX or Markdown content
Step 1: Sign In
Visit repopress.dev and click Login with GitHub. We’ll ask for permission to read and write to your repositories.
Step 2: Select Your Repository
From the dashboard, you’ll see a list of your GitHub repositories. Select the one you want to manage with RepoPress.
Step 3: Create a Project
RepoPress will auto-detect your framework (Next.js, Astro, Hugo, etc.) and suggest a content root directory. Confirm the settings and create your project.
Step 4: Open the Studio
Click on your project to open the Studio editor. You’ll see your file tree on the left and the editor on the right.
Step 5: Start Editing
Click on any MDX or Markdown file to edit it. Changes are saved as drafts in RepoPress. When you’re ready, hit Publish to commit back to your repository.
What’s Next?
- Learn How It Works
- Set up Connecting a Repository for advanced configuration
- Master the Studio Editor