packages/docs/quickstart.mdx
Get your documentation site running locally and make your first customization.
Our GitHub app automatically deploys your changes to your docs site, so you don't need to manage deployments yourself.
1. Open `docs.json` in your editor.
2. Change the `"name"` field to your project name.
3. Update the `"colors"` to match your brand.
4. Save and see your changes instantly at `http://localhost:3000`.
<Tip>Try changing the primary color to see an immediate difference!</Tip>
Now that you have your docs running, explore these key features:
<CardGroup cols={2}> <Card title="Write Content" icon="pen-to-square" href="/essentials/markdown"> Learn MDX syntax and start writing your documentation. </Card> <Card title="Customize style" icon="palette" href="/essentials/settings"> Make your docs match your brand perfectly. </Card> <Card title="Add code examples" icon="square-code" href="/essentials/code"> Include syntax-highlighted code blocks. </Card> <Card title="API documentation" icon="code" href="/api-reference/introduction"> Auto-generate API docs from OpenAPI specs. </Card> </CardGroup> <Note> **Need help?** See our [full documentation](https://mintlify.com/docs) or join our [community](https://mintlify.com/community). </Note>